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 5e37b2e commit 4f0c55dCopy full SHA for 4f0c55d
.github/workflows/nightly-results.yml
@@ -11,5 +11,5 @@ jobs:
11
-
12
run: |
13
export DEBIAN_FRONTEND=noninteractive
14
- apt-get install -y curl
+ sudo 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