Skip to content

Commit 3ea483f

Browse files
committed
Disable refresh in plan
1 parent 3ab0492 commit 3ea483f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tf-plan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
tfc-token: ${{ secrets.tfc_token }}
8383
tfc-organization: ${{ inputs.tfc_org }}
8484
tfc-workspace: ${{ vars.WORKSPACE }}
85-
refresh: 'true'
85+
refresh: 'false'
8686

8787
- name: Post plan summary and handle check-run
8888
if: always()

0 commit comments

Comments
 (0)