mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-21 10:30:18 +01:00
Issue #201: Use proper repository variable in actions workflow syntax.
This commit is contained in:
parent
2f1b4546a4
commit
a020f94e7d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -38,5 +38,5 @@ jobs:
|
|||
run: >-
|
||||
ansible-galaxy role import
|
||||
--api-key ${{ secrets.GALAXY_API_KEY }}
|
||||
$(echo $GITHUB_REPOSITORY | cut -d/ -f1)
|
||||
$(echo $GITHUB_REPOSITORY | cut -d/ -f2)
|
||||
$(echo ${{ github.repository }} | cut -d/ -f1)
|
||||
$(echo ${{ github.repository }} | cut -d/ -f2)
|
||||
|
|
Loading…
Reference in a new issue