Skip to content

Commit fb44dc6

Browse files
fix(ci): fix typo in cron-weekly.yaml (#7059)
Co-authored-by: Dean Sheather <dean@deansheather.com>
1 parent 81e2b25 commit fb44dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron-weekly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
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 }}
2828
echo "Sent Slack notification"
2929
env:
30-
LOGS_URL: ${{ https://github.com/coder/coder/actions/runs/${{ github.run_id }}
30+
LOGS_URL: https://github.com/coder/coder/actions/runs/${{ github.run_id }}

0 commit comments

Comments
 (0)