Skip to content

Commit

Permalink
add cron schedule and try double escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Jul 16, 2024
1 parent ce3ba31 commit fbc5246
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Check broken links

on:
deployment:
# push:
# branches:
# - main
schedule:
- cron: "0 13 * * *"

jobs:
build:
Expand Down Expand Up @@ -44,6 +43,6 @@ jobs:
slack-message: |
Broken links found in the docs 😱:
${{ join(fromJson(steps.prepare-report.outputs.report_list), '\n') }}
${{ join(fromJson(steps.prepare-report.outputs.report_list), '\\n') }}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit fbc5246

Please sign in to comment.