tools: fix SLACK_TITLE
in invalid commit workflow
PR-URL: https://github.com/nodejs/node/pull/53912 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
acd1d22ff8
commit
52ba14405b
2
.github/workflows/notify-on-push.yml
vendored
2
.github/workflows/notify-on-push.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
env:
|
||||
SLACK_COLOR: '#DE512A'
|
||||
SLACK_ICON: https://github.com/nodejs.png?size=48
|
||||
SLACK_TITLE: Invalid commit was pushed to ${{ github.repository.default_branch }}
|
||||
SLACK_TITLE: Invalid commit was pushed to ${{ github.ref }}
|
||||
SLACK_MESSAGE: |
|
||||
<!here> A commit with an invalid message was pushed to <https://github.com/${{ github.repository }}/tree/${{ github.ref_name }}|${{ github.repository }}@${{ github.ref_name }}> by <https://github.com/${{ github.actor }}|${{ github.actor }}>.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user