mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-21 18:27:41 +00: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:
@@ -250,6 +250,7 @@ The following configuration set `Content-Type: application/vnd.android.package-a
|
|||||||
### UI - User (`ui.user`)
|
### UI - User (`ui.user`)
|
||||||
|
|
||||||
- `REPO_PAGING_NUM`: **15**: Number of repos that are shown in one page.
|
- `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`)
|
### UI - Metadata (`ui.meta`)
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
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
|
## Missing features
|
||||||
|
|
||||||
### Package repository authorization
|
### Package repository authorization
|
||||||
|
|||||||
@@ -241,6 +241,7 @@ aliases:
|
|||||||
### 界面 - 用户 (`ui.user`)
|
### 界面 - 用户 (`ui.user`)
|
||||||
|
|
||||||
- `REPO_PAGING_NUM`: **15**: 单页显示的仓库数量。
|
- `REPO_PAGING_NUM`: **15**: 单页显示的仓库数量。
|
||||||
|
- `ORG_PAGING_NUM`: **15**: 个人信息页展示的组织数量。
|
||||||
|
|
||||||
### 界面 - 元信息 (`ui.meta`)
|
### 界面 - 元信息 (`ui.meta`)
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
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
|
## Missing features
|
||||||
|
|
||||||
### Package repository authorization
|
### Package repository authorization
|
||||||
|
|||||||
Reference in New Issue
Block a user