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
tools,build: update YAML files in preparation for linting
Fix indentation, traiiling spaces, and missing newline issues in
preparation for linting.
PR-URL: #40007
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
SLACK_TITLE: '${{ github.actor }} force-pushed to ${{ github.ref }}'
20
-
SLACK_MESSAGE: |
21
-
A commit was force-pushed to <https://github.com/${{ github.repository }}/tree/${{ github.repository.default_branch }}|${{ github.repository }}@${{ github.repository.default_branch }}> by <https://github.com/${{ github.actor }}|${{ github.actor }}>
14
+
- name: Slack Notification
15
+
uses: rtCamp/action-slack-notify@master
16
+
env:
17
+
SLACK_COLOR: '#DE512A'
18
+
SLACK_ICON: https://github.com/nodejs.png?size=48
19
+
SLACK_TITLE: '${{ github.actor }} force-pushed to ${{ github.ref }}'
20
+
SLACK_MESSAGE: |
21
+
A commit was force-pushed to <https://github.com/${{ github.repository }}/tree/${{ github.repository.default_branch }}|${{ github.repository }}@${{ github.repository.default_branch }}> by <https://github.com/${{ github.actor }}|${{ github.actor }}>
0 commit comments