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 c22d84d commit 5e37b2eCopy full SHA for 5e37b2e
.github/workflows/nightly-results.yml
@@ -9,7 +9,7 @@ jobs:
9
if: ${{ github.repository == 'iluuu1994/php-src' && github.event.workflow_run.conclusion == 'failure' }}
10
steps:
11
-
12
- run: >-
+ run: |
13
export DEBIAN_FRONTEND=noninteractive
14
apt-get install -y curl
15
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