Skip to content

Commit

Permalink
Bugfix: continue-on-error is a step-level parameter (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano authored Oct 9, 2024
1 parent 94787ac commit aebd1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
separator: ","
- uses: DavidAnson/markdownlint-cli2-action@v13
if: steps.changed-files.outputs.any_changed == 'true'
continue-on-error: true
with:
globs: ${{ steps.changed-files.outputs.all_changed_files }}
separator: ","
continue-on-error: true

0 comments on commit aebd1b9

Please sign in to comment.