Skip to content

Commit

Permalink
fix: only wrap tofu init/apply in nix shell (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnae authored Oct 8, 2024
1 parent 5d9d952 commit 595ab9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hcloud-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 595ab9e

Please sign in to comment.