diff --git a/entrypoint.sh b/entrypoint.sh index e9401d0..c8c7913 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -49,4 +49,4 @@ if [ "$need_run" == true ]; then set +x fi -echo "::set-output name=xrefcheck-path::$xrefcheck_path" +echo "xrefcheck-path=$xrefcheck_path" >> $GITHUB_OUTPUT