Skip to content

Commit

Permalink
only refresh state
Browse files Browse the repository at this point in the history
  • Loading branch information
jabez007 committed Jul 29, 2024
1 parent 8e819f9 commit 25b2f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Plan Terraform
run: terraform plan

#- name: Apply Terraform
# run: terraform apply -auto-approve
- name: Apply Terraform
run: terraform apply -refresh-only

env:
TF_VAR_github_owner: ${{ github.actor }}
Expand Down

0 comments on commit 25b2f70

Please sign in to comment.