From 8433f055a1d0eb20b16e070bb1c30b8da1f0c420 Mon Sep 17 00:00:00 2001 From: hype8912 Date: Fri, 27 Dec 2024 00:47:29 +0000 Subject: [PATCH] Update docs/usage/actions/variables.md (#75) Updated text to say action variables cannot not start with "CI" Co-authored-by: Lunny Xiao Reviewed-on: https://gitea.com/gitea/docs/pulls/75 Co-authored-by: hype8912 Co-committed-by: hype8912 --- docs/usage/actions/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/actions/variables.md b/docs/usage/actions/variables.md index f116bffd..c389f570 100644 --- a/docs/usage/actions/variables.md +++ b/docs/usage/actions/variables.md @@ -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