Skip to content

Commit

Permalink
jq compact json
Browse files Browse the repository at this point in the history
  • Loading branch information
feluelle committed Oct 25, 2024
1 parent 923998a commit 9ca0699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e/get_deployment_info/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
fi
desired_dag_tarball_version=$(cat response.json | jq -r '.desiredDagTarballVersion')
desired_image_version=$(cat response.json | jq -r '.desiredImageVersion')
hibernation_spec=$(cat response.json | jq -r '.scalingSpec.hibernationSpec')
hibernation_spec=$(cat response.json | jq -rc '.scalingSpec.hibernationSpec')
echo "desired_dag_tarball_version=$desired_dag_tarball_version" >> $GITHUB_OUTPUT
echo "desired_image_version=$desired_image_version" >> $GITHUB_OUTPUT
echo "hibernation_spec=$hibernation_spec" >> $GITHUB_OUTPUT

0 comments on commit 9ca0699

Please sign in to comment.