We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
notify-on-push
1 parent 1e8a639 commit 0937f9aCopy full SHA for 0937f9a
1 file changed
.github/workflows/notify-on-push.yml
@@ -11,7 +11,8 @@ jobs:
11
notifyOnForcePush:
12
name: Notify on Force Push on `main`
13
if: github.repository == 'nodejs/node' && github.event.forced
14
- runs-on: ubuntu-slim
+ # cannot use ubuntu-slim here because rtCamp/action-slack-notify is dockerized
15
+ runs-on: ubuntu-latest
16
steps:
17
- name: Slack Notification
18
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # 2.3.3
@@ -30,7 +31,8 @@ jobs:
30
31
validateCommitMessage:
32
name: Notify on Push on `main` with invalid message
33
if: github.repository == 'nodejs/node'
34
35
36
37
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
38
with:
0 commit comments