We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edcc300 commit b3ba496Copy full SHA for b3ba496
.github/workflows/release.yml
@@ -35,7 +35,4 @@ jobs:
35
36
- name: Trigger a new import on Galaxy.
37
run: >-
38
- ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} -vvvvvvvv
39
- --role-name=$(echo ${{ github.repository }} | cut -d/ -f2 | sed 's/ansible-role-//' | sed 's/-/_/')
40
- $(echo ${{ github.repository }} | cut -d/ -f1)
41
- $(echo ${{ github.repository }} | cut -d/ -f2)
+ ansible-galaxy role import --token ${{ secrets.GALAXY_API_KEY }} -vvvvvvvv --role-name=$(echo ${{ github.repository }} | cut -d/ -f2 | sed 's/ansible-role-//' | sed 's/-/_/') $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
0 commit comments