mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
Update galaxy.yml
Add missing brace to fix syntax issue Signed-off-by: Andreas Brain <abrain@users.noreply.github.com>
This commit is contained in:
parent
61c99851fb
commit
1edd1c03d9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/galaxy.yml
vendored
2
.github/workflows/galaxy.yml
vendored
|
@ -21,4 +21,4 @@ jobs:
|
||||||
- name: 'Release on galaxy'
|
- name: 'Release on galaxy'
|
||||||
uses: ansible-actions/ansible-galaxy-action@v1.1.1
|
uses: ansible-actions/ansible-galaxy-action@v1.1.1
|
||||||
with:
|
with:
|
||||||
galaxy_api_key: ${{ secrets.galaxy_api_key }
|
galaxy_api_key: ${{ secrets.galaxy_api_key }}
|
||||||
|
|
Loading…
Reference in a new issue