1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00

Merge pull request #135 from abrain/patch-3

Fix syntax error in Galaxy action
This commit is contained in:
L3D 2023-11-30 17:56:52 +01:00 committed by GitHub
commit b37eb58e45
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 }}