We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf93ae commit cdd70c2Copy full SHA for cdd70c2
actions/helm/generate-docs/action.yml
@@ -95,7 +95,8 @@ runs:
95
fix: true
96
globs: ${{ steps.prepare-variables.outputs.working-directory }}/**/*.md
97
98
- - run: npx textlint ${{ steps.prepare-variables.outputs.working-directory }}/**/*.md
+ - shell: bash
99
+ run: npx textlint ${{ steps.prepare-variables.outputs.working-directory }}/**/*.md
100
101
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
102
if: inputs.github-app-id
0 commit comments