mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
fix(ci): fix typo in cron-weekly.yaml (#7059)
Co-authored-by: Dean Sheather <dean@deansheather.com>
This commit is contained in:
co-authored by
Dean Sheather
parent
81e2b2500a
commit
fb44dc653e
@@ -27,4 +27,4 @@ jobs:
|
||||
curl -X POST -H 'Content-type: application/json' -d '{"msg":"Broken links found in the documentation. Please check the logs at ${{ env.LOGS_URL }}"}' ${{ secrets.DOCS_LINK_SLACK_WEBHOOK }}
|
||||
echo "Sent Slack notification"
|
||||
env:
|
||||
LOGS_URL: ${{ https://github.com/coder/coder/actions/runs/${{ github.run_id }}
|
||||
LOGS_URL: https://github.com/coder/coder/actions/runs/${{ github.run_id }}
|
||||
|
||||
Reference in New Issue
Block a user