We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88396d7 commit 91bd649Copy full SHA for 91bd649
.github/workflows/markdown.yml
@@ -53,7 +53,7 @@ jobs:
53
uses: docker://avtodev/markdown-lint:v1.5
54
with:
55
config: ./.github/.markdownlint.yml
56
- args: "${{ needs.markdown-changed.outputs.all_changed_files }}"
+ args: '${{ needs.markdown-changed.outputs.all_changed_files }}'
57
output: '${{ env.lintreport }}'
58
59
- name: Find previous PR comment
0 commit comments