Skip to content

Commit

Permalink
fix chdir ref path
Browse files Browse the repository at this point in the history
Signed-off-by: Rishav Dhar <19497993+RDhar@users.noreply.github.com>
  • Loading branch information
rdhar committed Jul 16, 2024
1 parent 70fb715 commit 733e934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
uses: ./
with:
arg_command: ${{ github.event.action != 'closed' && 'plan' || 'apply' }}
arg_chdir: ${{ matrix.dir }}
arg_chdir: stacks/${{ matrix.dir }}
arg_var_file: ${{ contains(matrix.dir, 'instance') && format('env/{0}.tfvars', matrix.env) || '' }}
arg_backend_config: ${{ contains(matrix.dir, 'bucket') && format('backend/{0}.tfbackend', matrix.env) || '' }}

0 comments on commit 733e934

Please sign in to comment.