Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Mar 20, 2024
1 parent 4a78915 commit 919d825
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
fetch-depth: 0

- name: 'Release on galaxy'
uses: ansible-actions/ansible-galaxy-action@v1.2.0:
galaxy_api_key: ${{ secrets.galaxy_api_key }
uses: ansible-actions/ansible-galaxy-action@v1.2.0
with::
galaxy_api_key: ${{ secrets.galaxy_api_key }

0 comments on commit 919d825

Please sign in to comment.