From fb44dc653e7c7786546b88d74ca6daafaa0e8d60 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 11 Apr 2023 04:58:37 +0300 Subject: [PATCH] fix(ci): fix typo in cron-weekly.yaml (#7059) Co-authored-by: Dean Sheather --- .github/workflows/cron-weekly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron-weekly.yaml b/.github/workflows/cron-weekly.yaml index b1e3c496a7..cd838ceebf 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 }}