Skip to content

Commit edcc300

Browse files
authored
fix Github action (#56)
1 parent 48a7477 commit edcc300

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ jobs:
3535

3636
- name: Trigger a new import on Galaxy.
3737
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)
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)

0 commit comments

Comments
 (0)