Skip to content

Commit

Permalink
feat(gen): update
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyOubouaziz committed Dec 13, 2024
1 parent 5ff7960 commit 12a16ff
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/link-check-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,8 @@ jobs:
- name: Send message to Slack
if: always()
uses: slackapi/slack-github-action@v2.0.0
id: initial_message
with:
method: files.uploadV2
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
payload: |
channel: ${{ secrets.SLACK_CHANNEL_ID }}
text: "Link check results are available in :thread:."
initial_comment: "the results are in!"
file: "linkcheck_output.txt"
text: "Link check results:\n $LINKCHECK_OUTPUT"

0 comments on commit 12a16ff

Please sign in to comment.