We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a7477 commit edcc300Copy full SHA for edcc300
.github/workflows/release.yml
@@ -35,5 +35,7 @@ jobs:
35
36
- name: Trigger a new import on Galaxy.
37
run: >-
38
- ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }}
39
- $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
+ ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} -vvvvvvvv
+ --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)
0 commit comments