diff --git a/.github/workflows/cron-weekly.yaml b/.github/workflows/cron-weekly.yaml index b1e3c496a79c1..cd838ceebf16a 100644 --- a/.github/workflows/cron-weekly.yaml +++ b/.github/workflows/cron-weekly.yaml @@ -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 }}