Skip to content

Commit a5f9288

Browse files
committed
push into main
1 parent f0b78f5 commit a5f9288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
command: ${{ github.event_name == 'push' && 'apply' || 'plan' }}
3030
arg-lock: ${{ github.event_name == 'push' }}
3131
#arg-var-file: env/dev.tfvars
32-
arg-workspace: ${{ github.event_name == 'push' && 'default' || 'pr-${{ github.event.number }}' }}
32+
arg-workspace: default
3333
working-directory: terraform
3434
plan-encrypt: ${{ secrets.PASSPHRASE }}

0 commit comments

Comments
 (0)