Update .github/workflows/CI.yml
This commit is contained in:
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user