From 5097776361115db104577d69bd92f48310e27076 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 10 Apr 2023 15:28:07 +0300 Subject: [PATCH 1/2] fix(ci): fix typo in cron-weekly.yaml --- .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 b1e3c496a79c1..99f4dca9f037d 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 }} }} From 7ceebff8850b26994bdc491e775e2e13d1ef73f1 Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Mon, 10 Apr 2023 22:40:14 +1000 Subject: [PATCH 2/2] Update .github/workflows/cron-weekly.yaml --- .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 99f4dca9f037d..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 }}