From: Gaƫtan Duchaussois Date: Fri, 19 Nov 2021 20:34:33 +0000 (+0100) Subject: fix wrong parameters X-Git-Tag: v0.8^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=refs%2Fpull%2F15%2Fhead;p=github%2Ffretlink%2Fansible-rundeck-jobs.git fix wrong parameters --- 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: - name: Upload to ansible-galaxy uses: robertdebock/galaxy-action@1.1.0 with: - api_key: '${{ secrets.GALAXY_API_KEY }}' + galaxy_api_key: '${{ secrets.GALAXY_API_KEY }}'