From f5ef9865d1adbcc8fb9c7362b2c3482685c415a4 Mon Sep 17 00:00:00 2001 From: Mauro Amico Date: Sun, 9 Jun 2024 18:51:58 +0200 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1caf37b..6c20cc8 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -42,7 +42,7 @@ printf "\n* Completed audit of %s ! Scores are printed below:\n\n" "$REPORT_URL" #printf "| SEO: %.0f\t|\n" "$(echo "$SCORE_SEO*100" | bc -l)" #printf "| Progressive Web App: %.0f\t|\n" "$(echo "$SCORE_PWA*100" | bc -l)" #printf "+-------------------------------+\n\n" -jq '.categories[] | @text "| \(.id): \(.score * 100) | \(.description) |"' "$OUTPUT_PATH/report.json" +# jq '.categories[] | @text "| \(.id): \((.score // 0) * 100) | \(.description) |"' "$OUTPUT_PATH/report.json" # printf "* Detailed results are saved here, use https://github.com/actions/upload-artifact to retrieve them:\n" printf " %s\n" "$OUTPUT_PATH/report.html"