Skip to content

Commit 573145e

Browse files
committed
Add state key
1 parent ebb311e commit 573145e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
-H "Authorization: Bearer ${TOKEN}")
2929
{
3030
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}'
31+
echo $RESPONSE | jq '.data | {id, account_id, project_id, name, dbt_version, type, use_custom_branch, custom_branch, supports_docs, deployment_type, state}'
3232
echo EOF
3333
} >> "$GITHUB_ENV"
3434

0 commit comments

Comments
 (0)