Changeset 53940 for trunk/.github/workflows/slack-notifications.yml
- Timestamp:
- 08/24/2022 04:30:31 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/slack-notifications.yml (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r53735 r53940 54 54 - name: Determine the status of the previous attempt 55 55 id: previous-attempt-result 56 uses: actions/github-script@ 7a5c598405937d486b0331594b5da2b14db670da # v6.1.056 uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # v6.1.1 57 57 with: 58 58 script: | … … 117 117 - name: Get the commit message 118 118 id: current-commit-message 119 uses: actions/github-script@ 7a5c598405937d486b0331594b5da2b14db670da # v6.1.0119 uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # v6.1.1 120 120 if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }} 121 121 with: … … 151 151 steps: 152 152 - name: Post failure notifications to Slack 153 uses: slackapi/slack-github-action@ 34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0153 uses: slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0 154 154 with: 155 155 payload: ${{ needs.prepare.outputs.payload }} … … 167 167 steps: 168 168 - name: Post failure notifications to Slack 169 uses: slackapi/slack-github-action@ 34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0169 uses: slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0 170 170 with: 171 171 payload: ${{ needs.prepare.outputs.payload }} … … 183 183 steps: 184 184 - name: Post success notifications to Slack 185 uses: slackapi/slack-github-action@ 34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0185 uses: slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0 186 186 with: 187 187 payload: ${{ needs.prepare.outputs.payload }} … … 199 199 steps: 200 200 - name: Post cancelled notifications to Slack 201 uses: slackapi/slack-github-action@ 34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0201 uses: slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0 202 202 with: 203 203 payload: ${{ needs.prepare.outputs.payload }}
Note: See TracChangeset
for help on using the changeset viewer.