Skip to content

Commit 8c201e0

Browse files
authored
Properly escape parenthesis (microsoft#5764)
For all my testing... still a bug persistes. Link to failing run: https://github.com/microsoft/DirectXShaderCompiler/actions/runs/6264722103/job/17012037925?pr=5760
1 parent 06d06ff commit 8c201e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-format-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo \`\`\`diff >> message.txt
3333
cat format.diff | head -n 50 >> message.txt
3434
echo \`\`\` >> message.txt
35-
echo See [action log]\(https://github.com/microsoft/DirectXShaderCompiler/actions/runs/$GITHUB_RUN_ID/) for the full diff. >> message.txt
35+
echo See [action log]\(https://github.com/microsoft/DirectXShaderCompiler/actions/runs/$GITHUB_RUN_ID/\) for the full diff. >> message.txt
3636
gh pr comment $PR_NUMBER --body-file message.txt
3737
exit 1
3838
fi

0 commit comments

Comments
 (0)