From 7291552ff3dd6f14a92660aefd3f3fed8de84909 Mon Sep 17 00:00:00 2001 From: Chris Cowley <1736762+chriscowley@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:24:39 +0200 Subject: [PATCH] oops --- .forgejo/workflows/non-lab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/non-lab.yml b/.forgejo/workflows/non-lab.yml index b71a0a6..21f7f78 100644 --- a/.forgejo/workflows/non-lab.yml +++ b/.forgejo/workflows/non-lab.yml @@ -16,5 +16,5 @@ jobs: - name: Setup OpenTofu 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 - working-directory: ${{ githubworkspace }}/non-lab + working-directory: ${{ github.workspace }}/non-lab run: pwd; tofu init; ls -la