aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGaƫtan <36162164+gaetanfl@users.noreply.github.com>2021-11-19 21:40:33 +0100
committerGitHub <noreply@github.com>2021-11-19 21:40:33 +0100
commit42bffebc57d913ed7a30f141f944f957c39b8c66 (patch)
treea317d93ccfa1d8e2707dc15984284fe7c00fd10f
parent17d567611964bbbe72b062a1a647b300d908ad85 (diff)
parentfb34a60a57d741a089028434b7926d82c7138a3b (diff)
downloadansible-rundeck-jobs-42bffebc57d913ed7a30f141f944f957c39b8c66.tar.gz
ansible-rundeck-jobs-42bffebc57d913ed7a30f141f944f957c39b8c66.tar.zst
ansible-rundeck-jobs-42bffebc57d913ed7a30f141f944f957c39b8c66.zip
Merge pull request #15 from gaetanfl/fix_publishv0.8.0v0.8
fix wrong parameters
-rw-r--r--.github/workflows/pr.yml2
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 }}'