Skip to content

Commit

Permalink
Merge pull request #16 from johejo/deprecated_set-output
Browse files Browse the repository at this point in the history
Use environment files instead of set-output
  • Loading branch information
WillAbides authored Oct 31, 2022
2 parents 8af5eb4 + d2ed4b0 commit 9977001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install-go
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ GOTOOLDIR'
echo "GOROOT=$(go env GOROOT)" >>"$GITHUB_ENV"

for var in $govars; do
echo "::set-output name=$var::$(go env "$var")"
echo "$var=$(go env "$var")" >>"$GITHUB_OUTPUT"
done

0 comments on commit 9977001

Please sign in to comment.