Skip to content

Commit 3cdc3f8

Browse files
committed
Add missing curl package
1 parent a34a49b commit 3cdc3f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly-notify-slack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ jobs:
1010
steps:
1111
-
1212
run: >-
13+
export DEBIAN_FRONTEND=noninteractive
14+
apt-get install -y curl
1315
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)