Skip to content

Commit 8aca3b5

Browse files
authored
Fix formatting in Slack notification action.yml
1 parent 830f6ed commit 8aca3b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/slack-notification/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
using: "composite"
1717
steps:
1818
- name: Send Slack notification
19-
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d #v2
19+
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d #v2
2020
with:
2121
method: chat.postMessage
2222
token: ${{ inputs.bot-token }}

0 commit comments

Comments
 (0)