Skip to content

Commit 9083095

Browse files
committed
fix(ci): raw
1 parent 06d9275 commit 9083095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/garnix-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "RAW"
3333
echo $app2_run
3434
35-
status=$(echo $app2_run | jq '.status')
35+
status=$(echo $app2_run | jq -r '.status')
3636
3737
echo "STATUS"
3838
echo $status

0 commit comments

Comments
 (0)