File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ runs:
41
41
SLACK_MESSAGE_ON_CANCEL : " ${{ steps.slackify_cancel_message.outputs.text || env.SLACK_MESSAGE_ON_CANCEL }}"
42
42
GITHUB_RUN : " ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
43
43
ENABLE_ESCAPES : " true"
44
- uses : " docker://ghcr.io/rtcamp/action-slack-notify:v2.3.1 "
44
+ uses : " docker://ghcr.io/rtcamp/action-slack-notify:v2.3.2 "
45
45
46
46
- name : " Slack Notification (Unformatted)"
47
47
if : env.SLACKIFY_MARKDOWN != 'true'
48
- uses : " docker://ghcr.io/rtcamp/action-slack-notify:v2.3.1 "
48
+ uses : " docker://ghcr.io/rtcamp/action-slack-notify:v2.3.2 "
49
49
env :
50
50
GITHUB_RUN : " ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
51
51
branding :
You can’t perform that action at this time.
0 commit comments