Skip to content

Commit 0f4e1dc

Browse files
committed
fix
Signed-off-by: Frederic BIDON <[email protected]>
1 parent 5cbee02 commit 0f4e1dc

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
@@ -111,7 +111,7 @@ jobs:
111111
uses: skills/action-text-variables@v1
112112
with:
113113
template-vars: |
114-
text=${{ needs.lint-markdown.outputs.report }}
114+
text="${{ needs.lint-markdown.outputs.report }}"
115115
template-text: |
116116
### ${{ env.comment-title }}
117117
Some markdown linting issues were detected in modified .md files.

0 commit comments

Comments
 (0)