fix(docs): license setup command clarification

This commit is contained in:
lowlighter
2022-10-18 12:41:41 -04:00
parent 0a99159c6a
commit 5b8425fc3b
2 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ inputs:
> The example command is intended for NodeJs projects that use `npm` to install their dependencies.
type: string
default: ""
example: "[[ -f package.json ]] && npm ci || true"
example: "bash -c '[[ -f package.json ]] && npm ci || true'"
plugin_licenses_ratio:
description: |