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 Mar 15, 2023
1 parent b87873c commit 45d9edf
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 @@ -19,4 +19,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 45d9edf

Please sign in to comment.