We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2acbf4 commit e31e87eCopy full SHA for e31e87e
action.yml
@@ -41,11 +41,11 @@ runs:
41
SLACK_MESSAGE_ON_CANCEL: "${{ steps.slackify_cancel_message.outputs.text || env.SLACK_MESSAGE_ON_CANCEL }}"
42
GITHUB_RUN: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
43
ENABLE_ESCAPES: "true"
44
- uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.2"
+ uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.3"
45
46
- name: "Slack Notification (Unformatted)"
47
if: env.SLACKIFY_MARKDOWN != 'true'
48
49
env:
50
51
branding:
0 commit comments