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 06d9275 commit 9083095Copy full SHA for 9083095
.github/workflows/garnix-test.yml
@@ -32,7 +32,7 @@ jobs:
32
echo "RAW"
33
echo $app2_run
34
35
- status=$(echo $app2_run | jq '.status')
+ status=$(echo $app2_run | jq -r '.status')
36
37
echo "STATUS"
38
echo $status
0 commit comments