Skip to content

Commit 1f52f5d

Browse files
author
lycbrian
committed
test workflow
1 parent a431ed5 commit 1f52f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Download job log
5252
run: |
5353
gh api /repos/${{ github.repository }}/actions/jobs/${{ steps.extract.outputs.job_id }}/logs > job-log.txt
54-
grep -iE 'error|✗|failed|panic' job-log.txt || true > errors.txt
54+
grep -iE 'error|✗|failed|panic' job-log.txt > errors.txt
5555
cat errors.txt
5656
echo "errors<<EOF" >> $GITHUB_OUTPUT
5757
cat errors.txt >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)