Changeset 53581 for trunk/.github/workflows/slack-notifications.yml
- Timestamp:
- 06/27/2022 06:57:00 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r53534 r53581 71 71 id: previous-attempt-result 72 72 if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} 73 uses: actions/github-script@ 9ac08808f993958e9de277fe43a64532a609130e # v6.0.073 uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # v6.1.0 74 74 with: 75 75 script: | … … 141 141 - name: Get the commit message 142 142 id: current-commit-message 143 uses: actions/github-script@ 9ac08808f993958e9de277fe43a64532a609130e # v6.0.0143 uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # v6.1.0 144 144 if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }} 145 145 with: … … 175 175 steps: 176 176 - name: Post failure notifications to Slack 177 uses: slackapi/slack-github-action@ 16b6c78ee73689a627b65332b34e5d409c7299da # v1.18.0177 uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0 178 178 with: 179 179 payload: ${{ needs.prepare.outputs.payload }} … … 191 191 steps: 192 192 - name: Post failure notifications to Slack 193 uses: slackapi/slack-github-action@ 16b6c78ee73689a627b65332b34e5d409c7299da # v1.18.0193 uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0 194 194 with: 195 195 payload: ${{ needs.prepare.outputs.payload }} … … 207 207 steps: 208 208 - name: Post success notifications to Slack 209 uses: slackapi/slack-github-action@ 16b6c78ee73689a627b65332b34e5d409c7299da # v1.18.0209 uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0 210 210 with: 211 211 payload: ${{ needs.prepare.outputs.payload }} … … 223 223 steps: 224 224 - name: Post cancelled notifications to Slack 225 uses: slackapi/slack-github-action@ 16b6c78ee73689a627b65332b34e5d409c7299da # v1.18.0225 uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0 226 226 with: 227 227 payload: ${{ needs.prepare.outputs.payload }}
Note: See TracChangeset
for help on using the changeset viewer.