Skip to content

Commit

Permalink
Add ID back
Browse files Browse the repository at this point in the history
  • Loading branch information
dpguthrie committed Feb 27, 2024
1 parent 573145e commit 684e1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Update Environment
run: |
UPDATED_ENV=$(echo $ENV_DETAILS | jq --arg tag "$TAG_NAME" '. | .custom_branch = $tag | .id = null')
UPDATED_ENV=$(echo $ENV_DETAILS | jq --arg tag "$TAG_NAME" '. | .custom_branch = $tag')
echo $TAG_NAME
echo $UPDATED_ENV
curl -s -X POST "https://cloud.getdbt.com/api/v3/accounts/${{ env.ACCOUNT_ID }}/projects/${{ env.PROJECT_ID }}/environments/${{ env.ENV_ID }}/" \
Expand Down

0 comments on commit 684e1db

Please sign in to comment.