Changeset 56537 for trunk/.github/workflows/slack-notifications.yml
- Timestamp:
- 09/07/2023 04:49:18 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r56407 r56537 162 162 steps: 163 163 - name: Post failure notifications to Slack 164 uses: slackapi/slack-github-action@ 007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0164 uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0 165 165 with: 166 166 payload: ${{ needs.prepare.outputs.payload }} … … 178 178 steps: 179 179 - name: Post failure notifications to Slack 180 uses: slackapi/slack-github-action@ 007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0180 uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0 181 181 with: 182 182 payload: ${{ needs.prepare.outputs.payload }} … … 194 194 steps: 195 195 - name: Post success notifications to Slack 196 uses: slackapi/slack-github-action@ 007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0196 uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0 197 197 with: 198 198 payload: ${{ needs.prepare.outputs.payload }} … … 210 210 steps: 211 211 - name: Post cancelled notifications to Slack 212 uses: slackapi/slack-github-action@ 007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0212 uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0 213 213 with: 214 214 payload: ${{ needs.prepare.outputs.payload }}
Note: See TracChangeset
for help on using the changeset viewer.