aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGaƫtan <36162164+gaetanfl@users.noreply.github.com>2021-11-19 19:02:01 +0100
committerGitHub <noreply@github.com>2021-11-19 19:02:01 +0100
commit17d567611964bbbe72b062a1a647b300d908ad85 (patch)
treed5651ccae0ac1d36fdcf8de25de264e5021b7cec
parenta50affb4dd690b545df3f9cd935a4f6861a4dfa9 (diff)
parent659481d96c139281ff4f6ea3016c5e9c6046e426 (diff)
downloadansible-rundeck-jobs-17d567611964bbbe72b062a1a647b300d908ad85.tar.gz
ansible-rundeck-jobs-17d567611964bbbe72b062a1a647b300d908ad85.tar.zst
ansible-rundeck-jobs-17d567611964bbbe72b062a1a647b300d908ad85.zip
Merge pull request #14 from gaetanfl/fix_publish
This a standalone role not a collection
-rw-r--r--.github/workflows/pr.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index 1be06b7..06151c8 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -42,7 +42,6 @@ jobs:
42 steps: 42 steps:
43 - uses: actions/checkout@v2 43 - uses: actions/checkout@v2
44 - name: Upload to ansible-galaxy 44 - name: Upload to ansible-galaxy
45 uses: artis3n/ansible_galaxy_collection@v2 45 uses: robertdebock/galaxy-action@1.1.0
46 with: 46 with:
47 api_key: '${{ secrets.GALAXY_API_KEY }}' 47 api_key: '${{ secrets.GALAXY_API_KEY }}'
48 galaxy_version: '${{ github.event.release.tag_name }}'