diff --git a/entrypoint.sh b/entrypoint.sh index 30cbc35..580c1be 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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