fix(ci): fix typo in cron-weekly.yaml (#7059)

Co-authored-by: Dean Sheather <dean@deansheather.com>
This commit is contained in:
Muhammad Atif Ali
2023-04-11 01:58:37 +00:00
committed by GitHub
co-authored by Dean Sheather
parent 81e2b2500a
commit fb44dc653e
+1 -1
View File
@@ -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 }}