Skip to content

Commit

Permalink
Fix output deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
lemniskett authored Mar 13, 2023
1 parent ab5188a commit dc12560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ err(){
}

set_output(){
echo "::set-output name=$1::$2"
echo "$1=$2" >> $GITHUB_OUTPUT
}

extract_tarball(){
Expand Down

0 comments on commit dc12560

Please sign in to comment.