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 1e5e0f6 commit 1939905Copy full SHA for 1939905
.github/workflows/nightly-notify-slack.yml
@@ -8,5 +8,6 @@ jobs:
8
runs-on: ubuntu-latest
9
if: ${{ github.repository == 'php/php-src' && github.event.workflow_run.conclusion == 'failure' }}
10
steps:
11
- - 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 }}
+ -
+ run: >-
13
+ 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