From 67708380d5a817a7ed180ef19c176231cdf97194 Mon Sep 17 00:00:00 2001 From: Victor Rubezhny Date: Wed, 21 Dec 2022 22:21:21 +0100 Subject: [PATCH] Fix NPM Deps License check summary file path output --- .github/workflows/licensecheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/licensecheck.yml b/.github/workflows/licensecheck.yml index 19394d4738..10aa7019da 100644 --- a/.github/workflows/licensecheck.yml +++ b/.github/workflows/licensecheck.yml @@ -117,7 +117,7 @@ jobs: if [ ${{ env.request-review }} ]; then echo "Some contents requires a review" echo "" - echo "The NPM dependency License Check review summary is saved in `target/dash/npm-review-summary`" + echo "The NPM dependency License Check review summary is saved in 'target/dash/npm-review-summary'" else echo "Committers can request a review by commenting '/request-license-review'" exit 1