mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-07-01 15:39:39 +02:00
Add "separator" input to enable using something other than "\n" for the globs input (fixes #58).
This commit is contained in:
@@ -11,8 +11,9 @@ jobs:
|
||||
id: changed-files
|
||||
with:
|
||||
files: '**/*.md'
|
||||
separator: "\n"
|
||||
separator: ","
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v7
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
with:
|
||||
globs: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
separator: ","
|
||||
|
||||
Reference in New Issue
Block a user