Skip to content

Commit

Permalink
Make tfenv clone shallow
Browse files Browse the repository at this point in the history
  • Loading branch information
gsf committed Nov 1, 2023
1 parent 7ff5cc5 commit 073264d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Install tfenv
run: |
git clone https://github.com/tfutils/tfenv.git ~/.tfenv
git clone --depth=1 https://github.com/tfutils/tfenv.git ~/.tfenv
echo "PATH=$HOME/.tfenv/bin:$PATH" >> "$GITHUB_ENV"
- name: Install terraform
Expand Down

0 comments on commit 073264d

Please sign in to comment.