Skip to content

Commit

Permalink
Merge pull request #2 from CodethinkLabs/scott/fix-workflow
Browse files Browse the repository at this point in the history
Fix ansible-galaxy command in release workflow
  • Loading branch information
sdclarke authored Aug 13, 2024
2 parents 542d7b1 + eb82edc commit f45f702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
run: >
ansible-galaxy role import
--token ${{ secrets.ANSIBLE_GALAXY_API_TOKEN }}
$(echo ${{ github.repository }} | cut -d/ -f1)
$(echo ${{ github.repository }} | cut -d/ -f1 | tr '[:upper:]' '[:lower:]')
$(echo ${{ github.repository }} | cut -d/ -f2)

0 comments on commit f45f702

Please sign in to comment.