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 06d06ff commit 8c201e0Copy full SHA for 8c201e0
.github/workflows/clang-format-checker.yml
@@ -32,7 +32,7 @@ jobs:
32
echo \`\`\`diff >> message.txt
33
cat format.diff | head -n 50 >> message.txt
34
echo \`\`\` >> message.txt
35
- echo See [action log]\(https://github.com/microsoft/DirectXShaderCompiler/actions/runs/$GITHUB_RUN_ID/) for the full diff. >> message.txt
+ echo See [action log]\(https://github.com/microsoft/DirectXShaderCompiler/actions/runs/$GITHUB_RUN_ID/\) for the full diff. >> message.txt
36
gh pr comment $PR_NUMBER --body-file message.txt
37
exit 1
38
fi
0 commit comments