diff --git a/action.yml b/action.yml index e616d08..01cfd83 100644 --- a/action.yml +++ b/action.yml @@ -41,11 +41,11 @@ runs: SLACK_MESSAGE_ON_CANCEL: "${{ steps.slackify_cancel_message.outputs.text || env.SLACK_MESSAGE_ON_CANCEL }}" GITHUB_RUN: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}" ENABLE_ESCAPES: "true" - uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.1" + uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.2" - name: "Slack Notification (Unformatted)" if: env.SLACKIFY_MARKDOWN != 'true' - uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.1" + uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.2" env: GITHUB_RUN: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}" branding: