From 30476b5d0df636e28d3435c650321fe0ddebb9e3 Mon Sep 17 00:00:00 2001 From: huyenthanh09 Date: Tue, 11 Mar 2025 17:27:19 +0700 Subject: [PATCH] test: update branch name for checklist notification risk: nonprod --- .github/workflows/checklist-integrated-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checklist-integrated-staging.yaml b/.github/workflows/checklist-integrated-staging.yaml index 24e07a72743..18c39f4fd58 100644 --- a/.github/workflows/checklist-integrated-staging.yaml +++ b/.github/workflows/checklist-integrated-staging.yaml @@ -132,6 +132,6 @@ jobs: if: ${{ !cancelled() && needs.setup-stage.outputs.send_message_to_slack_channel == 'true' }} with: channel-id: panther-checklist-testing - slack-message: "${{ steps.alls-green.outcome == 'success' && ':unicorn_face:' || ':robot_panic:' }} `checklist-SDK-${GITHUB_REF#refs/heads/}-branch: ` *${{ steps.alls-green.outcome == 'success' && 'success' || 'failed' }}*; please check *<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|the logs>*." + slack-message: "${{ steps.alls-green.outcome == 'success' && ':unicorn_face:' || ':robot_panic:' }} `checklist-SDK-${{ github.ref_name }}-branch: ` *${{ steps.alls-green.outcome == 'success' && 'success' || 'failed' }}*; please check *<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|the logs>*." env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}