Skip to content

Commit

Permalink
chore: Fixes Slack notification button to GH action run text (#2093)
Browse files Browse the repository at this point in the history
  • Loading branch information
oarbusi committed Mar 27, 2024
1 parent 09dc5c6 commit 81f01b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Expand Up @@ -112,7 +112,7 @@ jobs:
"type": "button",
"text": {
"type": "plain_text",
"text": ":github: $action_text"
"text": ":github: Failed action"
},
"url": "${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}"
}
Expand Down

0 comments on commit 81f01b4

Please sign in to comment.