We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb311e commit 573145eCopy full SHA for 573145e
.github/workflows/test_tags.yml
@@ -28,7 +28,7 @@ jobs:
28
-H "Authorization: Bearer ${TOKEN}")
29
{
30
echo 'ENV_DETAILS<<EOF'
31
- echo $RESPONSE | jq '.data | {id, account_id, project_id, name, dbt_version, type, use_custom_branch, custom_branch, supports_docs, deployment_type}'
+ echo $RESPONSE | jq '.data | {id, account_id, project_id, name, dbt_version, type, use_custom_branch, custom_branch, supports_docs, deployment_type, state}'
32
echo EOF
33
} >> "$GITHUB_ENV"
34
0 commit comments