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 cbb7fb1 commit ed31e7cCopy full SHA for ed31e7c
.github/workflows/test.yml
@@ -23,4 +23,4 @@ jobs:
23
path: apply.txt
24
- name: check apply log for error
25
run: |
26
- if grep '^ERR' apply.txt; then exit 1; fi
+ if [ -s apply.txt ]; then exit 1; fi
0 commit comments