diff options
author | Gaƫtan <36162164+gaetanfl@users.noreply.github.com> | 2021-11-19 19:02:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 19:02:01 +0100 |
commit | 17d567611964bbbe72b062a1a647b300d908ad85 (patch) | |
tree | d5651ccae0ac1d36fdcf8de25de264e5021b7cec | |
parent | a50affb4dd690b545df3f9cd935a4f6861a4dfa9 (diff) | |
parent | 659481d96c139281ff4f6ea3016c5e9c6046e426 (diff) | |
download | ansible-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.yml | 3 |
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 }}' | ||