We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b78f5 commit a5f9288Copy full SHA for a5f9288
.github/workflows/main.yml
@@ -29,6 +29,6 @@ jobs:
29
command: ${{ github.event_name == 'push' && 'apply' || 'plan' }}
30
arg-lock: ${{ github.event_name == 'push' }}
31
#arg-var-file: env/dev.tfvars
32
- arg-workspace: ${{ github.event_name == 'push' && 'default' || 'pr-${{ github.event.number }}' }}
+ arg-workspace: default
33
working-directory: terraform
34
plan-encrypt: ${{ secrets.PASSPHRASE }}
0 commit comments