We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7ffed commit 4e5fb42Copy full SHA for 4e5fb42
1 file changed
action.yml
@@ -17,11 +17,11 @@ runs:
17
SLACK_MESSAGE: "${{ steps.slackify.outputs.text }}"
18
GITHUB_RUN: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
19
ENABLE_ESCAPES: "true"
20
- uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.2.1"
+ uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.0"
21
22
- name: "Slack Notification (Unformatted)"
23
if: env.SLACKIFY_MARKDOWN != 'true'
24
25
env:
26
27
branding:
0 commit comments