fix: Use existing workingdir
Some checks failed
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Failing after 5s
Some checks failed
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Failing after 5s
This commit is contained in:
parent
d7bf58060e
commit
fd171f42d0
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
else
|
||||
echo "Checksum mismatch! ❌"
|
||||
exit 1
|
||||
working-directory: /tmp/tofu
|
||||
working-directory: /tmp
|
||||
|
||||
|
||||
- name: Install OpenTofu
|
||||
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
chmod +x /usr/local/bin/tofu
|
||||
echo "Installed Open Tofu ✅ Installed version:"
|
||||
tofu version
|
||||
working-directory: /tmp/tofu
|
||||
working-directory: /tmp
|
||||
|
||||
- name: OpenTofu fmt
|
||||
id: fmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue