From 659481d96c139281ff4f6ea3016c5e9c6046e426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Duchaussois?= Date: Fri, 19 Nov 2021 17:54:39 +0100 Subject: This a standalone role not a collection --- .github/workflows/pr.yml | 3 +-- 1 file changed, 1 insertion(+), 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: steps: - uses: actions/checkout@v2 - name: Upload to ansible-galaxy - uses: artis3n/ansible_galaxy_collection@v2 + uses: robertdebock/galaxy-action@1.1.0 with: api_key: '${{ secrets.GALAXY_API_KEY }}' - galaxy_version: '${{ github.event.release.tag_name }}' -- cgit v1.2.3