Skip to content

Commit

Permalink
fix: variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurFlag committed Nov 4, 2024
1 parent f5d75ed commit 0c4b637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
payload: |
{
"runId": "${{GITHUB_RUN_ID}}"
"runId": "$GITHUB_RUN_ID"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_BROKEN_LINKS }}

0 comments on commit 0c4b637

Please sign in to comment.