Skip to content

Commit

Permalink
See if setting GITHUB_PATH in 1 step works in the next
Browse files Browse the repository at this point in the history
  • Loading branch information
rquadling committed Dec 22, 2023
1 parent b19426d commit 3e99a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
run: |
git clone https://github.com/tfutils/tfenv.git $HOME/.tfenv
echo "$HOME/.tfenv" >> $GITHUB_PATH
which -a aws jq tfenv terraform
- name: Install Terraform
run: |
echo ${{ matrix.terraform_version }} > .terraform-version
cat .terraform-version
which -a aws jq tfenv terraform
tfenv install ${{ matrix.terraform_version }}
tfenv use ${{ matrix.terraform_version }}
Expand Down

0 comments on commit 3e99a81

Please sign in to comment.