chore: Add tofu workflows #1
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
else
|
else
|
||||||
echo "Checksum mismatch! ❌"
|
echo "Checksum mismatch! ❌"
|
||||||
exit 1
|
exit 1
|
||||||
working-directory: /tmp/tofu
|
working-directory: /tmp
|
||||||
|
|
||||||
|
|
||||||
- name: Install OpenTofu
|
- name: Install OpenTofu
|
||||||
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
chmod +x /usr/local/bin/tofu
|
chmod +x /usr/local/bin/tofu
|
||||||
echo "Installed Open Tofu ✅ Installed version:"
|
echo "Installed Open Tofu ✅ Installed version:"
|
||||||
tofu version
|
tofu version
|
||||||
working-directory: /tmp/tofu
|
working-directory: /tmp
|
||||||
|
|
||||||
- name: OpenTofu fmt
|
- name: OpenTofu fmt
|
||||||
id: fmt
|
id: fmt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue