We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf2f10 commit 4c1fccbCopy full SHA for 4c1fccb
actions/helm/generate-docs/action.yml
@@ -173,12 +173,7 @@ runs:
173
env:
174
CACHE_PATH: ${{ runner.temp }}/.cache-prettier
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
179
-
180
- # Second run to ensure idempotency
181
+ run: npx prettier --cache-location "$CACHE_PATH" --write "$(pwd)/**/*.md" $VALUES_FILE
182
183
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
184
if: inputs.github-app-id
0 commit comments