From e691a131c1f09bf2b5eacc962f47dfd80692225b Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 27 Dec 2024 00:58:11 +0000 Subject: [PATCH] Follow #75 to update all variables (#135) Reviewed-on: https://gitea.com/gitea/docs/pulls/135 Co-authored-by: Lunny Xiao Co-committed-by: Lunny Xiao --- versioned_docs/version-1.21/usage/actions/variables.md | 2 +- versioned_docs/version-1.22/usage/actions/variables.md | 2 +- versioned_docs/version-1.23/usage/actions/variables.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/versioned_docs/version-1.21/usage/actions/variables.md b/versioned_docs/version-1.21/usage/actions/variables.md index 62e61016..860e5031 100644 --- a/versioned_docs/version-1.21/usage/actions/variables.md +++ b/versioned_docs/version-1.21/usage/actions/variables.md @@ -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 diff --git a/versioned_docs/version-1.22/usage/actions/variables.md b/versioned_docs/version-1.22/usage/actions/variables.md index f116bffd..c389f570 100644 --- a/versioned_docs/version-1.22/usage/actions/variables.md +++ b/versioned_docs/version-1.22/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 diff --git a/versioned_docs/version-1.23/usage/actions/variables.md b/versioned_docs/version-1.23/usage/actions/variables.md index f116bffd..c389f570 100644 --- a/versioned_docs/version-1.23/usage/actions/variables.md +++ b/versioned_docs/version-1.23/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