We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc43a38 commit ce17375Copy full SHA for ce17375
.github/workflows/release.yml
@@ -35,4 +35,4 @@ jobs:
35
run: pip3 install ansible-base
36
37
- name: Trigger a new import on Galaxy.
38
- run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
+ run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} abims-sbr ansible-singularity
0 commit comments