mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Rever changes made by linter to github workflow yaml
This commit is contained in:
parent
2cad2addcd
commit
854a36e048
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user