Changeset 57376
- Timestamp:
- 01/29/2024 03:04:27 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r57197 r57376 168 168 steps: 169 169 - name: Post failure notifications to Slack 170 uses: slackapi/slack-github-action@ e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0170 uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0 171 171 with: 172 172 payload: ${{ needs.prepare.outputs.payload }} … … 184 184 steps: 185 185 - name: Post failure notifications to Slack 186 uses: slackapi/slack-github-action@ e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0186 uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0 187 187 with: 188 188 payload: ${{ needs.prepare.outputs.payload }} … … 200 200 steps: 201 201 - name: Post success notifications to Slack 202 uses: slackapi/slack-github-action@ e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0202 uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0 203 203 with: 204 204 payload: ${{ needs.prepare.outputs.payload }} … … 216 216 steps: 217 217 - name: Post cancelled notifications to Slack 218 uses: slackapi/slack-github-action@ e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0218 uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0 219 219 with: 220 220 payload: ${{ needs.prepare.outputs.payload }}
Note: See TracChangeset
for help on using the changeset viewer.