We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f576c7a commit 932833cCopy full SHA for 932833c
.github/workflows/pipeline-infrastructure-cleardown.yaml
@@ -49,7 +49,7 @@ jobs:
49
with:
50
environment: ${{ github.event.client_payload.environment || inputs.environment || needs.metadata.outputs.environment }}
51
workspace: ${{ github.event.client_payload.workspace || inputs.workspace || needs.metadata.outputs.workspace }}
52
- release_tag: ${{ github.event.client_payload.environment || '' }}
+ release_tag: ${{ github.event.client_payload.release_tag || '' }}
53
workflow_timeout: 30
54
type: app
55
ref: ${{ inputs.ref }}
0 commit comments