diff options
author | Gaƫtan <36162164+gaetanfl@users.noreply.github.com> | 2021-11-19 21:40:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 21:40:33 +0100 |
commit | 42bffebc57d913ed7a30f141f944f957c39b8c66 (patch) | |
tree | a317d93ccfa1d8e2707dc15984284fe7c00fd10f /.github | |
parent | 17d567611964bbbe72b062a1a647b300d908ad85 (diff) | |
parent | fb34a60a57d741a089028434b7926d82c7138a3b (diff) | |
download | ansible-rundeck-jobs-0.8.tar.gz ansible-rundeck-jobs-0.8.tar.zst ansible-rundeck-jobs-0.8.zip |
fix wrong parameters
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 06151c8..8370128 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml | |||
@@ -44,4 +44,4 @@ jobs: | |||
44 | - name: Upload to ansible-galaxy | 44 | - name: Upload to ansible-galaxy |
45 | uses: robertdebock/galaxy-action@1.1.0 | 45 | uses: robertdebock/galaxy-action@1.1.0 |
46 | with: | 46 | with: |
47 | api_key: '${{ secrets.GALAXY_API_KEY }}' | 47 | galaxy_api_key: '${{ secrets.GALAXY_API_KEY }}' |