From 595ab9e80145dfb7868785797399b54c340021e8 Mon Sep 17 00:00:00 2001 From: John Axel Eriksson Date: Tue, 8 Oct 2024 13:28:45 +0200 Subject: [PATCH] fix: only wrap tofu init/apply in nix shell (#904) --- .github/workflows/hcloud-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hcloud-dev.yaml b/.github/workflows/hcloud-dev.yaml index a599acbb..7428fd83 100644 --- a/.github/workflows/hcloud-dev.yaml +++ b/.github/workflows/hcloud-dev.yaml @@ -64,8 +64,8 @@ jobs: cd tofu/dev nix run .#tofuWithPlugins -- init nix run .#tofuWithPlugins -- apply -auto-approve - echo remote_ip="$(nix run .#tofuWithPlugins -- output -raw dev_ip)" >> "$GITHUB_OUTPUT" NIXSH + echo remote_ip="$(nix run .#tofuWithPlugins -- output -raw dev_ip)" >> "$GITHUB_OUTPUT" - name: Unlock env: