We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a16ff commit 10d7be1Copy full SHA for 10d7be1
.github/workflows/link-check-schedule.yml
@@ -25,4 +25,4 @@ jobs:
25
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
26
webhook-type: incoming-webhook
27
payload: |
28
- text: "Link check results:\n $LINKCHECK_OUTPUT"
+ text: "Link check results:\n ${{ env.LINKCHECK_OUTPUT }}"
0 commit comments