Skip to content

Commit 7cf9a0b

Browse files
committed
Leave tfenv in /tmp for lambda
1 parent fafec5e commit 7cf9a0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

actions/setup-tfenv-terraform/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ runs:
1414
else
1515
TMPDIR=$(mktemp -d)
1616
git clone --depth=1 --branch v3.0.0 https://github.com/tfutils/tfenv.git $TMPDIR
17-
mv $TMPDIR ~/.tfenv
18-
echo "PATH=$HOME/.tfenv/bin:$PATH" >> "$GITHUB_ENV"
17+
echo "PATH=$TMPDIR:$PATH" >> "$GITHUB_ENV"
1918
fi
2019
shell: bash
2120

0 commit comments

Comments
 (0)