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 a98cdab commit 3433f9bCopy full SHA for 3433f9b
.github/workflows/build.yaml
@@ -186,7 +186,7 @@ jobs:
186
echo '' >> code_samples_usage.diff.md
187
php tools/code_samples/code_samples_usage_diff2html.php $HOME/code_samples_usage.diff >> code_samples_usage.diff.md
188
echo '<a href="${{ steps.artifact.outputs.artifact-url }}">Download colorized diff</a>' >> code_samples_usage.diff.md
189
- if [[ `wc -c < code_samples_usage.diff.md | xargs` -ge $((2**16)) ]]; then
+ if [[ `wc -m < code_samples_usage.diff.md | xargs` -ge $((2**16)) ]]; then
190
echo '# code_samples/ change report' > code_samples_usage.diff.md
191
192
echo 'Diff is too long to be displayed.' >> code_samples_usage.diff.md
0 commit comments