diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-09-15 14:43:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-15 06:43:39 +0000 |
commit | e5ec57cd608a81be6e0a6b897b165e9b322ceab4 (patch) | |
tree | d99fd9a4377134cebbcb2edbf4897037acd3bc9f /docs/content/administration/config-cheat-sheet.en-us.md | |
parent | 3cd719a63d3ef8125eff87f4759f2be2c7a1ec92 (diff) | |
download | gitea-e5ec57cd608a81be6e0a6b897b165e9b322ceab4.tar.gz gitea-e5ec57cd608a81be6e0a6b897b165e9b322ceab4.zip |
Actions are no longer experimental, so enable them by default (#27054)
This PR makes the actions enabled by default, so people will find it
easier to enable actions in repository setting.
Diffstat (limited to 'docs/content/administration/config-cheat-sheet.en-us.md')
-rw-r--r-- | docs/content/administration/config-cheat-sheet.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/administration/config-cheat-sheet.en-us.md b/docs/content/administration/config-cheat-sheet.en-us.md index acfb6ce77e..aa29f8be4b 100644 --- a/docs/content/administration/config-cheat-sheet.en-us.md +++ b/docs/content/administration/config-cheat-sheet.en-us.md @@ -1384,7 +1384,7 @@ PROXY_HOSTS = *.github.com ## Actions (`actions`) -- `ENABLED`: **false**: Enable/Disable actions capabilities +- `ENABLED`: **true**: Enable/Disable actions capabilities - `DEFAULT_ACTIONS_URL`: **github**: Default platform to get action plugins, `github` for `https://github.com`, `self` for the current Gitea instance. - `STORAGE_TYPE`: **local**: Storage type for actions logs, `local` for local disk or `minio` for s3 compatible object storage service, default is `local` or other name defined with `[storage.xxx]` - `MINIO_BASE_PATH`: **actions_log/**: Minio base path on the bucket only available when STORAGE_TYPE is `minio` |