From 9003c4a604f0dba84ded1342276f12904244a432 Mon Sep 17 00:00:00 2001 From: pangliang Date: Mon, 19 Aug 2024 20:31:59 +0000 Subject: [PATCH] 'workflow_dispatch' unsupported description removed (#54) For PR: [go-gitea/gitea#28163](https://github.com/go-gitea/gitea/pull/28163) I saw that there was no description of the use of a single syntax in the original document, so I simply deleted the description that 'workflow_dispatch does not support' Co-authored-by: pangliang <418094911@qq.com> Reviewed-on: https://gitea.com/gitea/docs/pulls/54 Reviewed-by: Denys Konovalov Reviewed-by: techknowlogick Co-authored-by: pangliang Co-committed-by: pangliang --- docs/usage/actions/comparison.md | 6 ------ .../current/usage/actions/comparison.md | 6 ------ 2 files changed, 12 deletions(-) diff --git a/docs/usage/actions/comparison.md b/docs/usage/actions/comparison.md index 105210e8..e9397f68 100644 --- a/docs/usage/actions/comparison.md +++ b/docs/usage/actions/comparison.md @@ -70,12 +70,6 @@ See [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/usin Gitea Actions only supports `runs-on: xyz` or `runs-on: [xyz]` now. -### `workflow_dispatch` - -See [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatch). - -It's ignored by Gitea Actions now. - ### `hashFiles` expression See [Expressions](https://docs.github.com/en/actions/learn-github-actions/expressions#hashfiles) diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/current/usage/actions/comparison.md b/i18n/zh-cn/docusaurus-plugin-content-docs/current/usage/actions/comparison.md index 0161b032..692999a4 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-docs/current/usage/actions/comparison.md +++ b/i18n/zh-cn/docusaurus-plugin-content-docs/current/usage/actions/comparison.md @@ -70,12 +70,6 @@ Gitea Actions 目前不支持此功能。 Gitea Actions目前只支持`runs-on: xyz`或`runs-on: [xyz]`。 -### `workflow_dispatch` - -请参阅[GitHub Actions的工作流语法](https://docs.github.com/zh/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatch)。 - -Gitea Actions目前不支持此功能。 - ### `hashFiles`表达式 请参阅[表达式](https://docs.github.com/en/actions/learn-github-actions/expressions#hashfiles)。