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