diff --git a/.github/workflows/create_rc_pr.yml b/.github/workflows/create_rc_pr.yml index 73b1a5f9d4a6b5..10a1f9f9f0cbb2 100644 --- a/.github/workflows/create_rc_pr.yml +++ b/.github/workflows/create_rc_pr.yml @@ -62,7 +62,7 @@ jobs: - name: Send slack a6_notification run: | if [ -n "${{ steps.a6_notification.outputs.value }}" ]; then - inv notify.send-slack-msg '#test-send-msg' "$err_msg" + inv notify.send-slack-msg '#test-send-msg' ${{ steps.a6_notification.outputs.value }}" exit 1 fi