Skip to content

Commit 6cf2f10

Browse files
committed
fix(helm/generate-docs): lint generated files
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent b91bf11 commit 6cf2f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/helm/generate-docs/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ runs:
175175
VALUES_FILE: ${{ steps.prepare-variables.outputs.values-file || '' }}
176176
run: |
177177
# First run
178-
npx prettier --cache-location "$CACHE_PATH" --write "$(pwd)/**/*.md" "$VALUES_FILE"
178+
npx prettier --cache-location "$CACHE_PATH" --write "$(pwd)/**/*.md" $VALUES_FILE
179179
180180
# Second run to ensure idempotency
181-
npx prettier --cache-location "$CACHE_PATH" --write "$(pwd)/**/*.md" "$VALUES_FILE"
181+
npx prettier --cache-location "$CACHE_PATH" --write "$(pwd)/**/*.md" $VALUES_FILE
182182
183183
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
184184
if: inputs.github-app-id

0 commit comments

Comments
 (0)