Skip to content

Commit

Permalink
Rever changes made by linter to github workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonspa committed Nov 22, 2021
1 parent 2cad2ad commit 854a36e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 854a36e

Please sign in to comment.