Changeset 59208 for trunk/.github/workflows/slack-notifications.yml
- Timestamp:
- 10/10/2024 05:08:15 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r58789 r59208 168 168 steps: 169 169 - name: Post failure notifications to Slack 170 uses: slackapi/slack-github-action@ 70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0170 uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.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@ 70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0186 uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.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@ 70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0202 uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.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@ 70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0218 uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0 219 219 with: 220 220 payload: ${{ needs.prepare.outputs.payload }}
Note: See TracChangeset
for help on using the changeset viewer.