mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
fix(vars): use valid var of gitea_actions_default_actions_url
This commit is contained in:
parent
bf89f5b68c
commit
d7469d3d58
2 changed files with 2 additions and 2 deletions
|
@ -348,7 +348,7 @@ This is because the Forgejo project maintains both `stable` and `old stable` rel
|
||||||
| variable name | default value | description |
|
| 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_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` |
|
| `gitea_actions_default_actions_url` | `github` | Default address to get action plugins, e.g. the default value means downloading from `https://github.com/actions/checkout` for `uses: actions/checkout@v3` |
|
||||||
| `gitea_actions_extra` | | you can use this variable to pass additional config parameters in the `[actions]` section of the config. |
|
| `gitea_actions_extra` | | you can use this variable to pass additional config parameters in the `[actions]` section of the config. |
|
||||||
|
|
||||||
### Other ([other](https://docs.gitea.com/administration/config-cheat-sheet#other-other))
|
### Other ([other](https://docs.gitea.com/administration/config-cheat-sheet#other-other))
|
||||||
|
|
|
@ -257,7 +257,7 @@ gitea_lfs_extra: ''
|
||||||
# Actions (actions)
|
# Actions (actions)
|
||||||
# -> https://docs.gitea.io/en-us/config-cheat-sheet/#actions-actions
|
# -> https://docs.gitea.io/en-us/config-cheat-sheet/#actions-actions
|
||||||
gitea_actions_enabled: false
|
gitea_actions_enabled: false
|
||||||
gitea_actions_default_actions_url: "https://gitea.com"
|
gitea_actions_default_actions_url: github
|
||||||
gitea_actions_extra: ''
|
gitea_actions_extra: ''
|
||||||
|
|
||||||
# Other (other)
|
# Other (other)
|
||||||
|
|
Loading…
Reference in a new issue