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 a431ed5 commit 1f52f5dCopy full SHA for 1f52f5d
.github/workflows/claude.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Download job log
52
run: |
53
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
+ grep -iE 'error|✗|failed|panic' job-log.txt > errors.txt
55
cat errors.txt
56
echo "errors<<EOF" >> $GITHUB_OUTPUT
57
cat errors.txt >> $GITHUB_OUTPUT
0 commit comments