You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/notify-on-push.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ jobs:
60
60
env:
61
61
SLACK_COLOR: '#DE512A'
62
62
SLACK_ICON: https://github.com/nodejs.png?size=48
63
-
SLACK_TITLE: Invalid commit was pushed to ${{ github.repository.default_branch }}
63
+
SLACK_TITLE: Invalid commit was pushed to ${{ github.ref }}
64
64
SLACK_MESSAGE: |
65
65
<!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 }}>.
0 commit comments