Skip to content

Commit

Permalink
refactor: utiliza variável github_output no lugar do set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
josecfreittas committed Apr 4, 2023
1 parent d01d99f commit 85134f1
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 @@ -31,4 +31,4 @@ if [ $? != 0 ]; then
exit 1
fi

echo "::set-output name=result::`cat result.json | base64 -w 0`"
echo "result=`cat result.json | base64 -w 0`" >> $GITHUB_OUTPUT

0 comments on commit 85134f1

Please sign in to comment.