diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-11-19 17:54:39 +0100 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-11-19 17:54:39 +0100 |
commit | 659481d96c139281ff4f6ea3016c5e9c6046e426 (patch) | |
tree | d5651ccae0ac1d36fdcf8de25de264e5021b7cec /.github/workflows/pr.yml | |
parent | a50affb4dd690b545df3f9cd935a4f6861a4dfa9 (diff) | |
download | ansible-rundeck-jobs-659481d96c139281ff4f6ea3016c5e9c6046e426.tar.gz ansible-rundeck-jobs-659481d96c139281ff4f6ea3016c5e9c6046e426.tar.zst ansible-rundeck-jobs-659481d96c139281ff4f6ea3016c5e9c6046e426.zip |
This a standalone role not a collection
Diffstat (limited to '.github/workflows/pr.yml')
-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 }}' | ||