diff --git a/docs/administration/config-cheat-sheet.md b/docs/administration/config-cheat-sheet.md index 011dffe2..abd93643 100644 --- a/docs/administration/config-cheat-sheet.md +++ b/docs/administration/config-cheat-sheet.md @@ -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`) diff --git a/docs/usage/actions/comparison.md b/docs/usage/actions/comparison.md index b4f69314..3e571953 100644 --- a/docs/usage/actions/comparison.md +++ b/docs/usage/actions/comparison.md @@ -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 diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/current/administration/config-cheat-sheet.md b/i18n/zh-cn/docusaurus-plugin-content-docs/current/administration/config-cheat-sheet.md index f2fc6047..7f0d92ec 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-docs/current/administration/config-cheat-sheet.md +++ b/i18n/zh-cn/docusaurus-plugin-content-docs/current/administration/config-cheat-sheet.md @@ -241,6 +241,7 @@ aliases: ### 界面 - 用户 (`ui.user`) - `REPO_PAGING_NUM`: **15**: 单页显示的仓库数量。 +- `ORG_PAGING_NUM`: **15**: 个人信息页展示的组织数量。 ### 界面 - 元信息 (`ui.meta`) diff --git a/versioned_docs/version-1.23/usage/actions/comparison.md b/versioned_docs/version-1.23/usage/actions/comparison.md index b4f69314..3e571953 100644 --- a/versioned_docs/version-1.23/usage/actions/comparison.md +++ b/versioned_docs/version-1.23/usage/actions/comparison.md @@ -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