Skip to content

Commit 386c4d3

Browse files
committed
fix: string comment
1 parent d63ea91 commit 386c4d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,9 +524,9 @@ jobs:
524524
echo "This PR contains package dependencies that use local paths (\`file:\`) or non-allowed URLs (\`http:\`, \`https:\`, \`git:\`)." >> dependency-check-comment.md
525525
echo "These must be published and referenced properly before merging." >> dependency-check-comment.md
526526
echo "### Not allowed dependencies:" >> dependency-check-comment.md
527-
echo "```" >> dependency-check-comment.md
527+
echo '```' >> dependency-check-comment.md
528528
cat dependency-errors.txt >> dependency-check-comment.md
529-
echo "```" >> dependency-check-comment.md
529+
echo '```' >> dependency-check-comment.md
530530
echo "Review the workflow logs for more details." >> dependency-check-comment.md
531531
echo "> **Note:** This comment is automatically updated when the PR is updated." >> dependency-check-comment.md
532532

0 commit comments

Comments
 (0)