Update .github/workflows/CI.yml
Some checks failed
Build and Push Docker Image / testing (1.24.x, ubuntu-latest) (push) Successful in 1m10s
Build and Push Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
2025-04-29 16:46:43 -04:00
parent 9058e3c6fc
commit ef3fc3987a

View File

@ -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