diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index db899b7..c05a228 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -120,7 +120,7 @@ jobs: -H 'Content-Type: application/json' \ -H 'Authorization: Basic ${{ secrets.AUTH_BASIC }}' \ -H 'Authorization: token ${{ secrets.GHA_TOKEN }}' \ - -d '{"ref":"${{ github.ref }}","inputs":{"Version":"${{ steps.version_step.outputs.COMMIT_SHA_SHORT }}","Env":"${{ github.ref_name}}"}}' + -d '{"ref":"${{ github.ref }}","inputs":{"version":"${{ steps.version_step.outputs.COMMIT_SHA_SHORT }}","env":"${{ github.ref_name}}"}}' shell: bash with: debug: true