We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb06e6d commit 1e5e0f6Copy full SHA for 1e5e0f6
.github/workflows/nightly-notify-slack.yml
@@ -8,4 +8,5 @@ jobs:
8
runs-on: ubuntu-latest
9
if: ${{ github.repository == 'php/php-src' && github.event.workflow_run.conclusion == 'failure' }}
10
steps:
11
- - run: >- curl -X POST -H 'Content-type: application/json' --data '{"attachments": [{"text": "Job in *nightly* failed", "footer": "<${{ github.event.workflow_run.jobs_url }}|View Run>", "color": "danger", "mrkdwn_in": ["text"]}]}' ${{ secrets.ACTION_MONITORING_SLACK }}
+ - run: >-
12
+ curl -X POST -H 'Content-type: application/json' --data '{"attachments": [{"text": "Job in *nightly* failed", "footer": "<${{ github.event.workflow_run.jobs_url }}|View Run>", "color": "danger", "mrkdwn_in": ["text"]}]}' ${{ secrets.ACTION_MONITORING_SLACK }}
0 commit comments