Update docs/usage/actions/variables.md (#75)

Updated text to say action variables cannot not start with "CI"

Co-authored-by: Lunny Xiao <lunny@noreply.gitea.com>
Reviewed-on: https://gitea.com/gitea/docs/pulls/75
Co-authored-by: hype8912 <hype8912@noreply.gitea.com>
Co-committed-by: hype8912 <hype8912@noreply.gitea.com>
This commit is contained in:
hype8912
2024-12-27 00:47:29 +00:00
committed by Lunny Xiao
parent ef66eb0882
commit 8433f055a1

View File

@@ -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