Skip to content

Commit 28d938e

Browse files
committed
feat(dos-search): FTRS-9999 adding todo for sonar issue
1 parent 19417e6 commit 28d938e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/action-infrastructure-stack/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
WORKSPACE: ${{ inputs.workspace }}
6565
PROJECT: ${{ inputs.project }}
6666
RELEASE_TAG: ${{ inputs.release_tag }}
67-
run: |
67+
run: | #TODO: Refactor to use env variables instead of export statements (Sonar Cloud issue) - FTRS-3194
6868
export TF_VAR_slack_webhook_alarms_url="${{ inputs.slack_webhook_alarms_url }}"
6969
export MGMT_ACCOUNT_ID=${{ inputs.mgmt_account_id }}
7070
export ACTION=${{ inputs.action }}

0 commit comments

Comments
 (0)