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 a34a49b commit 3cdc3f8Copy full SHA for 3cdc3f8
.github/workflows/nightly-notify-slack.yml
@@ -10,4 +10,6 @@ jobs:
10
steps:
11
-
12
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