Changeset 54511 for trunk/.github/workflows/slack-notifications.yml
- Timestamp:
- 10/13/2022 05:49:07 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r54373 r54511 54 54 - name: Determine the status of the previous attempt 55 55 id: previous-attempt-result 56 uses: actions/github-script@ 7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd # v6.3.156 uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda # v6.3.2 57 57 with: 58 58 retries: 2 … … 119 119 - name: Get the commit message 120 120 id: current-commit-message 121 uses: actions/github-script@ 7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd # v6.3.1121 uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda # v6.3.2 122 122 if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }} 123 123 with: … … 155 155 steps: 156 156 - name: Post failure notifications to Slack 157 uses: slackapi/slack-github-action@ 936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0157 uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0 158 158 with: 159 159 payload: ${{ needs.prepare.outputs.payload }} … … 171 171 steps: 172 172 - name: Post failure notifications to Slack 173 uses: slackapi/slack-github-action@ 936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0173 uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0 174 174 with: 175 175 payload: ${{ needs.prepare.outputs.payload }} … … 187 187 steps: 188 188 - name: Post success notifications to Slack 189 uses: slackapi/slack-github-action@ 936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0189 uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0 190 190 with: 191 191 payload: ${{ needs.prepare.outputs.payload }} … … 203 203 steps: 204 204 - name: Post cancelled notifications to Slack 205 uses: slackapi/slack-github-action@ 936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0205 uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0 206 206 with: 207 207 payload: ${{ needs.prepare.outputs.payload }}
Note: See TracChangeset
for help on using the changeset viewer.