aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorzhangnew <9146834+zhangnew@users.noreply.github.com>2024-02-18 18:04:58 +0800
committerGitHub <noreply@github.com>2024-02-18 18:04:58 +0800
commit7430eb9e7f04a2923cee1f144947cf5fcce39ef8 (patch)
tree7a5060ca5ed8f8a9ca80cd43c6b71c5f2e62f32d /docs
parent31bb9f3247388b993c61a10190cfd512408ce57e (diff)
downloadgitea-7430eb9e7f04a2923cee1f144947cf5fcce39ef8.tar.gz
gitea-7430eb9e7f04a2923cee1f144947cf5fcce39ef8.zip
Update docs for actions variables (#29239)
the variables is supported, see https://github.com/go-gitea/gitea/blob/a784ed3d6c6946fd9bf95f2e910f52f549326fe2/docs/content/usage/actions/act-runner.zh-cn.md?plain=1#L262-L289
Diffstat (limited to 'docs')
-rw-r--r--docs/content/usage/actions/comparison.zh-cn.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/content/usage/actions/comparison.zh-cn.md b/docs/content/usage/actions/comparison.zh-cn.md
index dbe9ca007d..16b2181ba2 100644
--- a/docs/content/usage/actions/comparison.zh-cn.md
+++ b/docs/content/usage/actions/comparison.zh-cn.md
@@ -95,12 +95,6 @@ Gitea Actions目前不支持此功能,如果使用它,结果将始终为空
## 缺失的功能
-### 变量
-
-请参阅[变量](https://docs.github.com/zh/actions/learn-github-actions/variables)。
-
-目前变量功能正在开发中。
-
### 问题匹配器
问题匹配器是一种扫描Actions输出以查找指定正则表达式模式并在用户界面中突出显示该信息的方法。