Skip to content

Commit b3ba496

Browse files
authored
fix Github action 2 (#57)
1 parent edcc300 commit b3ba496

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

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

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

Comments
 (0)