Skip to content

Commit 0df0524

Browse files
authored
fix(workflow): FTRS-1916 Correct casing of RELEASE_TAG in service automation test workflow (#816)
1 parent ef6b888 commit 0df0524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/service-automation-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
WORKSPACE: ${{ inputs.workspace }}
196196
COMMIT_HASH: ${{ inputs.commit_hash || github.sha }}
197197
DEPLOYMENT_TYPE: ${{ inputs.deployment_type }}
198-
RELEASE_tag: ${{ inputs.ref }}
198+
RELEASE_TAG: ${{ inputs.ref }}
199199
ENVIRONMENT: ${{ inputs.environment }}
200200
TEST_TAG: ${{ inputs.test_tag }}
201201
run: |

0 commit comments

Comments
 (0)