Changeset 51511 for trunk/.github/workflows/welcome-new-contributors.yml
- Timestamp:
- 07/29/2021 07:47:43 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/welcome-new-contributors.yml
r50486 r51511 58 58 59 59 The WordPress Project 60 61 # Post workflow related status updates to Slack. 62 # 63 # When a job in this workflow fails, a message is posted to #core. 64 # 65 # This job should always require all other jobs in this workflow to complete before running. 66 slack-notifications: 67 name: Slack Notifications 68 runs-on: ubuntu-latest 69 needs: [ post-welcome-message ] 70 if: ${{ failure() }} 71 72 steps: 73 - name: Post failure notification to Slack 74 uses: slackapi/slack-github-action@d5d276d7ae0f38f29322b80da9baf985cc80f8b1 # v1.15.0 75 with: 76 payload: "{\"workflow_name\":\"${{ github.workflow }}\",\"run_url\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\"}" 77 env: 78 SLACK_WEBHOOK_URL: ${{ secrets.SLACK_GHA_WEBHOOK_URL }}
Note: See TracChangeset
for help on using the changeset viewer.