Skip to content

Commit

Permalink
ci(check-links): strip newline in multiline configuration for fail (#318
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mrsmrynk authored Oct 7, 2024
1 parent 563cecd commit 5187db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
--exclude-path docs/overrides/partials/logo.html
--user-agent curl
.
fail: |
fail: |-
${{ github.event_name == 'pull_request' || github.event_name == 'push' }}
- name: Create issue
Expand Down

0 comments on commit 5187db9

Please sign in to comment.