Skip to content

Commit

Permalink
Update action.yml for release
Browse files Browse the repository at this point in the history
  • Loading branch information
L0RD-ZER0 committed Mar 19, 2024
1 parent aa7ffed commit 4e5fb42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ runs:
SLACK_MESSAGE: "${{ steps.slackify.outputs.text }}"
GITHUB_RUN: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
ENABLE_ESCAPES: "true"
uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.2.1"
uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.0"

- name: "Slack Notification (Unformatted)"
if: env.SLACKIFY_MARKDOWN != 'true'
uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.2.1"
uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.0"
env:
GITHUB_RUN: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
branding:
Expand Down

0 comments on commit 4e5fb42

Please sign in to comment.