mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
fix galaxy action to update local galaxy.yml
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
parent
b26b4e090c
commit
75a8aca905
1 changed files with 5 additions and 0 deletions
5
.github/workflows/galaxy.yml
vendored
5
.github/workflows/galaxy.yml
vendored
|
@ -20,6 +20,11 @@ jobs:
|
|||
api_key: ${{ secrets.GALAXY_API_KEY }}
|
||||
galaxy_version: ${{ github.event.release.tag_name }}
|
||||
|
||||
# checkout master instead of the release-tag so we can push the galaxy.yml
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: master
|
||||
|
||||
- name: update galaxy.yml with new version
|
||||
uses: microsoft/variable-substitution@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue