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 5cbee02 commit 0f4e1dcCopy full SHA for 0f4e1dc
.github/workflows/markdown.yml
@@ -111,7 +111,7 @@ jobs:
111
uses: skills/action-text-variables@v1
112
with:
113
template-vars: |
114
- text=${{ needs.lint-markdown.outputs.report }}
+ text="${{ needs.lint-markdown.outputs.report }}"
115
template-text: |
116
### ${{ env.comment-title }}
117
Some markdown linting issues were detected in modified .md files.
0 commit comments