'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 <[email protected]>
Reviewed-on: https://gitea.com/gitea/docs/pulls/54
Reviewed-by: Denys Konovalov <[email protected]>
Reviewed-by: techknowlogick <[email protected]>
Co-authored-by: pangliang <[email protected]>
Co-committed-by: pangliang <[email protected]>
This commit is contained in:
pangliang
2024-08-19 20:31:59 +00:00
committed by techknowlogick
co-authored by pangliang
parent 56e5cc026b
commit 9003c4a604
2 changed files with 0 additions and 12 deletions
-6
View File
@@ -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)