Skip to content

Commit 81f01b4

Browse files
authored
chore: Fixes Slack notification button to GH action run text (#2093)
1 parent 09dc5c6 commit 81f01b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
"type": "button",
113113
"text": {
114114
"type": "plain_text",
115-
"text": ":github: $action_text"
115+
"text": ":github: Failed action"
116116
},
117117
"url": "${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}"
118118
}

0 commit comments

Comments
 (0)