Another attempt at getting the release to work.

This commit is contained in:
Jeff Geerling 2020-11-04 21:59:23 -06:00
parent a020f94e7d
commit 2f25dcb9c5

View file

@ -35,8 +35,4 @@ jobs:
run: pip3 install ansible-base
- name: Trigger a new import on Galaxy.
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 }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)