mirror of
https://gitea.com/gitea/docs.git
synced 2026-06-25 21:56:22 +00:00
'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 <denyskon@noreply.gitea.com> Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com> Co-authored-by: pangliang <pangliang@noreply.gitea.com> Co-committed-by: pangliang <pangliang@noreply.gitea.com>
This commit is contained in:
committed by
techknowlogick
parent
56e5cc026b
commit
9003c4a604
@@ -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)
|
||||
|
||||
@@ -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)。
|
||||
|
||||
Reference in New Issue
Block a user