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 5534c1b commit cbed137Copy full SHA for cbed137
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
env:
60
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
run: |
62
- ERRORS=$(cat build.log | awk '/\[.*error.*\]|npm err|\[vite\] Error/I,0'
+ ERRORS=$(cat build.log | awk '/\[.*error.*\]|npm err|\[vite\] Error/I,0')
63
64
if [ -n "$ERRORS" ]; then
65
URL=$(gh run view ${{ github.run_id }} --json url --jq '.url')
0 commit comments