From ef3fc3987ab73fd8bc3736165cbdc78b54d4c3dc Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Tue, 29 Apr 2025 16:46:43 -0400 Subject: [PATCH] Update .github/workflows/CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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