Skip to content

Commit

Permalink
dropped back a version on the slack action for testing test
Browse files Browse the repository at this point in the history
  • Loading branch information
dms1981 committed Jul 11, 2024
1 parent 578f548 commit e0c52a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/awsnuke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
--force \
--no-dry-run
- name: Slack failure notification
uses: slackapi/slack-github-action@53b162f7f5bedbf55515caebaee839322b18fb28 # v1.26.0
uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
with:
payload: |
{ "blocks": [ { "type": "section", "text": { "type": "mrkdwn", "text": ":no_entry: *Failed GitHub Action* :no_entry:\n*Workflow:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|${{ github.workflow }}>\n*Job:* ${{ github.job }}\n*Repo:* ${{ github.repository }}\n*Failed Environment:* ${{ env.ACCOUNT_NAME }}" } } ] }
Expand Down

0 comments on commit e0c52a8

Please sign in to comment.