mirror of
https://gitea.com/gitea/docs.git
synced 2026-03-27 05:58:30 +07:00
Update some docs (#144)
Close #143 - Add `ORG_PAGING_NUM` - Remove `hashFiles` from unsupported workflows syntax Reviewed-on: https://gitea.com/gitea/docs/pulls/144 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com> Co-authored-by: Zettat123 <zettat123@gmail.com> Co-committed-by: Zettat123 <zettat123@gmail.com>
This commit is contained in:
@@ -70,14 +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.
|
||||
|
||||
### `hashFiles` expression
|
||||
|
||||
See [Expressions](https://docs.github.com/en/actions/learn-github-actions/expressions#hashfiles)
|
||||
|
||||
Gitea Actions doesn't support it now, if you use it, the result will always be empty string.
|
||||
|
||||
As a workaround, you can use [go-hashfiles](https://gitea.com/actions/go-hashfiles) instead.
|
||||
|
||||
## Missing features
|
||||
|
||||
### Package repository authorization
|
||||
|
||||
Reference in New Issue
Block a user