Skip to content

Commit dc5ee59

Browse files
committed
fix(pipeline): FTRS-1667 update release_tag input to use client_payload.release_tag
1 parent c7d315d commit dc5ee59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline-infrastructure-cleardown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
environment: ${{ github.event.client_payload.environment || inputs.environment || needs.metadata.outputs.environment }}
5151
workspace: ${{ github.event.client_payload.workspace || inputs.workspace || needs.metadata.outputs.workspace }}
52-
release_tag: ${{ github.event.client_payload.environment || '' }}
52+
release_tag: ${{ github.event.client_payload.release_tag || '' }}
5353
workflow_timeout: 30
5454
type: app
5555
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)