| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,8 @@ jobs: | |||
| 11 | 11 | notifyOnForcePush: | |
| 12 | 12 | name: Notify on Force Push on `main` | |
| 13 | 13 | if: github.repository == 'nodejs/node' && github.event.forced | |
| 14 | - runs-on: ubuntu-slim | ||
| 14 | + # cannot use ubuntu-slim here because rtCamp/action-slack-notify is dockerized | ||
| 15 | + runs-on: ubuntu-latest | ||
| 15 | 16 | steps: | |
| 16 | 17 | - name: Slack Notification | |
| 17 | 18 | uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # 2.3.3 | |
@@ -30,7 +31,8 @@ jobs: | |||
| 30 | 31 | validateCommitMessage: | |
| 31 | 32 | name: Notify on Push on `main` with invalid message | |
| 32 | 33 | if: github.repository == 'nodejs/node' | |
| 33 | - runs-on: ubuntu-slim | ||
| 34 | + # cannot use ubuntu-slim here because rtCamp/action-slack-notify is dockerized | ||
| 35 | + runs-on: ubuntu-latest | ||
| 34 | 36 | steps: | |
| 35 | 37 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 36 | 38 | with: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments