We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91bf11 commit 6cf2f10Copy full SHA for 6cf2f10
actions/helm/generate-docs/action.yml
@@ -175,10 +175,10 @@ runs:
175
VALUES_FILE: ${{ steps.prepare-variables.outputs.values-file || '' }}
176
run: |
177
# First run
178
- npx prettier --cache-location "$CACHE_PATH" --write "$(pwd)/**/*.md" "$VALUES_FILE"
+ npx prettier --cache-location "$CACHE_PATH" --write "$(pwd)/**/*.md" $VALUES_FILE
179
180
# Second run to ensure idempotency
181
182
183
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
184
if: inputs.github-app-id
0 commit comments