Skip to content

Commit 5895fa9

Browse files
committed
fix
Signed-off-by: Frederic BIDON <[email protected]>
1 parent b8b431c commit 5895fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: docker://avtodev/markdown-lint:v1.5
5454
with:
5555
config: ./github/.markdownlint.yml
56-
args: "${{ needs.markdown-changed.outputs.all_changed_files }}"
56+
args: ${{ needs.markdown-changed.outputs.all_changed_files }}
5757
output: '${{ env.lintreport }}'
5858

5959
- name: Find previous PR comment

0 commit comments

Comments
 (0)