Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Jul 16, 2024
1 parent 0f0389f commit 9e8936e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 13 * * *"

jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down Expand Up @@ -43,6 +43,6 @@ jobs:
slack-message: |
Broken links found in the docs 😱:
${{ join(fromJson(steps.prepare-report.outputs.report_list), '%0A') }}
${{ join(fromJson(steps.prepare-report.outputs.report_list), ' %0A') }}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 9e8936e

Please sign in to comment.