We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6b888 commit 0df0524Copy full SHA for 0df0524
.github/workflows/service-automation-test.yaml
@@ -195,7 +195,7 @@ jobs:
195
WORKSPACE: ${{ inputs.workspace }}
196
COMMIT_HASH: ${{ inputs.commit_hash || github.sha }}
197
DEPLOYMENT_TYPE: ${{ inputs.deployment_type }}
198
- RELEASE_tag: ${{ inputs.ref }}
+ RELEASE_TAG: ${{ inputs.ref }}
199
ENVIRONMENT: ${{ inputs.environment }}
200
TEST_TAG: ${{ inputs.test_tag }}
201
run: |
0 commit comments