0
0
mirror of https://gitea.com/gitea/docs.git synced 2025-03-16 09:50:26 +00:00

Follow #75 to update all variables (#135)

Reviewed-on: https://gitea.com/gitea/docs/pulls/135
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
Lunny Xiao
2024-12-27 00:58:11 +00:00
committed by Lunny Xiao
parent 8433f055a1
commit e691a131c1
3 changed files with 3 additions and 3 deletions
versioned_docs
version-1.21/usage/actions
version-1.22/usage/actions
version-1.23/usage/actions

@ -25,7 +25,7 @@ The following rules apply to variable names:
- Variable names must not start with a number.
- Variable names are case-insensitive.
- Variable names must be unique at the level they are created at.
- Variable names must not be `CI`.
- Variable names must not start with `CI`.
## Using variable

@ -19,7 +19,7 @@ The following rules apply to variable names:
- Variable names must not start with a number.
- Variable names are case-insensitive.
- Variable names must be unique at the level they are created at.
- Variable names must not be `CI`.
- Variable names must not start with `CI`.
## Using variable

@ -19,7 +19,7 @@ The following rules apply to variable names:
- Variable names must not start with a number.
- Variable names are case-insensitive.
- Variable names must be unique at the level they are created at.
- Variable names must not be `CI`.
- Variable names must not start with `CI`.
## Using variable