mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
feat(actions): Add documentation related to actions in the README file.
This commit is contained in:
parent
8f06e948fb
commit
0ea40a223f
1 changed files with 6 additions and 0 deletions
|
@ -295,6 +295,12 @@ Either you define exactly which release you install. Or you use the option ``lat
|
|||
| `gitea_lfs_content_path` | `{{ gitea_home }}/data/lfs` | Where to store LFS files |
|
||||
| `gitea_lfs_extra` ||you can use this variable to pass additional config parameters in the `[lfs]` section of the config. |
|
||||
|
||||
### Actions ([actions](https://docs.gitea.io/en-us/config-cheat-sheet/#actions-actions))
|
||||
| variable name | default value | description |
|
||||
| ------------- | ------------- | ----------- |
|
||||
| `gitea_actions_enabled` | `false` | Enable/Disable actions capabilities globaly. You may want to add `repo.actions` to `gitea_default_repo_units` to enable actions on all new repositories |
|
||||
| `gitea_actions_default_actions_url` | `https://gitea.com/` | Default address to get action plugins, e.g. the default value means downloading from `https://gitea.com/actions/checkout` for `uses: actions/checkout@v3` |
|
||||
|
||||
### Other ([other](https://docs.gitea.io/en-us/config-cheat-sheet/#other-other))
|
||||
| variable name | default value | description |
|
||||
| ------------- | ------------- | ----------- |
|
||||
|
|
Loading…
Reference in a new issue