1
1
Fork 0
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:
Andreas Brain 2023-11-30 17:54:39 +01:00 committed by GitHub
parent 61c99851fb
commit 1edd1c03d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,4 +21,4 @@ jobs:
- name: 'Release on galaxy'
uses: ansible-actions/ansible-galaxy-action@v1.1.1
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }
galaxy_api_key: ${{ secrets.galaxy_api_key }}