Skip to content

Commit 505c4a1

Browse files
authored
Fix language in github comment (vercel#4638)
1 parent a5bd582 commit 505c4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ jobs:
564564
- name: Post logs if there are errors
565565
run: |
566566
cp packages/next-swc/cargo_output.log ./cargo_output.log
567-
if grep 'error: could not compile' ./cargo_output.log; then (printf "This changes may fail to build \`next-swc\`. \n\n\`\`\`\n"; cat ./cargo_output.log; printf "\`\`\`\n") > out.log; else printf ":white_check_mark: This changes can build \`next-swc\`" > out.log; fi
567+
if grep 'error: could not compile' ./cargo_output.log; then (printf "This change may fail to build \`next-swc\`. \n\n\`\`\`\n"; cat ./cargo_output.log; printf "\`\`\`\n") > out.log; else printf ":white_check_mark: This change can build \`next-swc\`" > out.log; fi
568568
569569
- name: PR comment with file
570570
uses: thollander/actions-comment-pull-request@v2

0 commit comments

Comments
 (0)