Changeset 52183 for trunk/.github/workflows/slack-notifications.yml
- Timestamp:
- 11/16/2021 04:08:03 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r52002 r52183 135 135 steps: 136 136 - name: Post failure notifications to Slack 137 uses: slackapi/slack-github-action@ d5d276d7ae0f38f29322b80da9baf985cc80f8b1 # v1.15.0137 uses: slackapi/slack-github-action@410ae57cff5c6b682b106440be0e6c7eb8c98c9d # v1.16.0 138 138 with: 139 139 payload: ${{ needs.prepare.outputs.payload }} … … 150 150 steps: 151 151 - name: Post failure notifications to Slack 152 uses: slackapi/slack-github-action@ d5d276d7ae0f38f29322b80da9baf985cc80f8b1 # v1.15.0152 uses: slackapi/slack-github-action@410ae57cff5c6b682b106440be0e6c7eb8c98c9d # v1.16.0 153 153 with: 154 154 payload: ${{ needs.prepare.outputs.payload }} … … 165 165 steps: 166 166 - name: Post success notifications to Slack 167 uses: slackapi/slack-github-action@ d5d276d7ae0f38f29322b80da9baf985cc80f8b1 # v1.15.0167 uses: slackapi/slack-github-action@410ae57cff5c6b682b106440be0e6c7eb8c98c9d # v1.16.0 168 168 with: 169 169 payload: ${{ needs.prepare.outputs.payload }} … … 180 180 steps: 181 181 - name: Post cancelled notifications to Slack 182 uses: slackapi/slack-github-action@ d5d276d7ae0f38f29322b80da9baf985cc80f8b1 # v1.15.0182 uses: slackapi/slack-github-action@410ae57cff5c6b682b106440be0e6c7eb8c98c9d # v1.16.0 183 183 with: 184 184 payload: ${{ needs.prepare.outputs.payload }}
Note: See TracChangeset
for help on using the changeset viewer.