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:
Zettat123
2025-01-09 05:27:03 +00:00
committed by Lunny Xiao
parent 5c11efcedf
commit a97908040d
4 changed files with 2 additions and 16 deletions

View File

@@ -250,6 +250,7 @@ The following configuration set `Content-Type: application/vnd.android.package-a
### UI - User (`ui.user`)
- `REPO_PAGING_NUM`: **15**: Number of repos that are shown in one page.
- `ORG_PAGING_NUM`: **15**: Number of orgs that are displayed on profile page
### UI - Metadata (`ui.meta`)

View File

@@ -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

View File

@@ -241,6 +241,7 @@ aliases:
### 界面 - 用户 (`ui.user`)
- `REPO_PAGING_NUM`: **15**: 单页显示的仓库数量。
- `ORG_PAGING_NUM`: **15**: 个人信息页展示的组织数量。
### 界面 - 元信息 (`ui.meta`)

View File

@@ -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