Skip to content

Commit 5e37b2e

Browse files
committed
Fix syntax
1 parent c22d84d commit 5e37b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: ${{ github.repository == 'iluuu1994/php-src' && github.event.workflow_run.conclusion == 'failure' }}
1010
steps:
1111
-
12-
run: >-
12+
run: |
1313
export DEBIAN_FRONTEND=noninteractive
1414
apt-get install -y curl
1515
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

Comments
 (0)