Skip to content

Commit ebb311e

Browse files
committed
Update id to null
1 parent bcc196c commit ebb311e

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
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Update Environment
3636
run: |
37-
UPDATED_ENV=$(echo $ENV_DETAILS | jq --arg tag "$TAG_NAME" '.custom_branch = $tag')
37+
UPDATED_ENV=$(echo $ENV_DETAILS | jq --arg tag "$TAG_NAME" '. | .custom_branch = $tag | .id = null')
3838
echo $TAG_NAME
3939
echo $UPDATED_ENV
4040
curl -s -X POST "https://cloud.getdbt.com/api/v3/accounts/${{ env.ACCOUNT_ID }}/projects/${{ env.PROJECT_ID }}/environments/${{ env.ENV_ID }}/" \

0 commit comments

Comments
 (0)