mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 02:50:19 +01:00
Another attempt at getting the release to work.
This commit is contained in:
parent
a020f94e7d
commit
2f25dcb9c5
1 changed files with 1 additions and 5 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -35,8 +35,4 @@ jobs:
|
||||||
run: pip3 install ansible-base
|
run: pip3 install ansible-base
|
||||||
|
|
||||||
- name: Trigger a new import on Galaxy.
|
- name: Trigger a new import on Galaxy.
|
||||||
run: >-
|
run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
|
||||||
ansible-galaxy role import
|
|
||||||
--api-key ${{ secrets.GALAXY_API_KEY }}
|
|
||||||
$(echo ${{ github.repository }} | cut -d/ -f1)
|
|
||||||
$(echo ${{ github.repository }} | cut -d/ -f2)
|
|
||||||
|
|
Loading…
Reference in a new issue