Skip to content

Commit 12a16ff

Browse files
committed
feat(gen): update
1 parent 5ff7960 commit 12a16ff

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/link-check-schedule.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,8 @@ jobs:
2121
- name: Send message to Slack
2222
if: always()
2323
uses: slackapi/[email protected]
24-
id: initial_message
2524
with:
26-
method: files.uploadV2
2725
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
2826
webhook-type: incoming-webhook
2927
payload: |
30-
channel: ${{ secrets.SLACK_CHANNEL_ID }}
31-
text: "Link check results are available in :thread:."
32-
initial_comment: "the results are in!"
33-
file: "linkcheck_output.txt"
28+
text: "Link check results:\n $LINKCHECK_OUTPUT"

0 commit comments

Comments
 (0)