Skip to content

Commit

Permalink
add message
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent 96d3f1a commit d294eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_rc_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d294eff

Please sign in to comment.