Skip to content

Commit

Permalink
fix static checks
Browse files Browse the repository at this point in the history
  • Loading branch information
romsharon98 committed Sep 26, 2024
1 parent 6374340 commit 781fd86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ jobs:
with:
payload-delimiter: "."
channel-id: 'zzz_webhook_test'
# yamllint disable rule:line-length
payload: |
{
"text": "🚨🕒 Scheduled CI Failure Alert 🕒🚨\n\n*Details:* <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|View the failure log>",
Expand All @@ -695,5 +696,6 @@ jobs:
}
]
}
# yamllint enable rule:line-length
env:
SLACK_BOT_TOKEN: ${{ env.SLACK_BOT_TOKEN }}

0 comments on commit 781fd86

Please sign in to comment.