Skip to content

Commit 0a72942

Browse files
authored
Update sync.yml
1 parent 1ee1e0a commit 0a72942

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ jobs:
7676
run: |
7777
terraform workspace select "${TF_WORKSPACE_OPT}" || terraform workspace new "${TF_WORKSPACE_OPT}"
7878
echo "TF_WORKSPACE=${TF_WORKSPACE_OPT}" >> $GITHUB_ENV
79+
working-directory: terraform
80+
- name: Pull terraform state
81+
run: |
7982
terraform show -json > $TF_WORKSPACE.tfstate.json
8083
working-directory: terraform
8184
- name: Sync

0 commit comments

Comments
 (0)