We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19417e6 commit 28d938eCopy full SHA for 28d938e
.github/actions/action-infrastructure-stack/action.yaml
@@ -64,7 +64,7 @@ runs:
64
WORKSPACE: ${{ inputs.workspace }}
65
PROJECT: ${{ inputs.project }}
66
RELEASE_TAG: ${{ inputs.release_tag }}
67
- run: |
+ run: | #TODO: Refactor to use env variables instead of export statements (Sonar Cloud issue) - FTRS-3194
68
export TF_VAR_slack_webhook_alarms_url="${{ inputs.slack_webhook_alarms_url }}"
69
export MGMT_ACCOUNT_ID=${{ inputs.mgmt_account_id }}
70
export ACTION=${{ inputs.action }}
0 commit comments