This commit is contained in:
parent
b4dbc986ec
commit
5156b8de66
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ jobs:
|
||||||
run: curl -fsSl https://get.opentofu.org/install-opentofu.sh -o /tmp/install-opentofu.sh; chmod +x /tmp/install-opentofu.sh; /tmp/install-opentofu.sh --install-method deb; rm -f /tmp/install-opentofu.sh
|
run: curl -fsSl https://get.opentofu.org/install-opentofu.sh -o /tmp/install-opentofu.sh; chmod +x /tmp/install-opentofu.sh; /tmp/install-opentofu.sh --install-method deb; rm -f /tmp/install-opentofu.sh
|
||||||
- name: Tofu init
|
- name: Tofu init
|
||||||
working-directory: ${{ githubworkspace }}/non-lab
|
working-directory: ${{ githubworkspace }}/non-lab
|
||||||
run: tofu init
|
run: pwd; tofu init; ls -la
|
||||||
|
|
Loading…
Add table
Reference in a new issue