Skip to content

Commit

Permalink
ci: fix readme generation (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-m-masood authored Dec 13, 2023
1 parent 2dca12a commit 76ad92f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/chart-update-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
token: '${{ steps.generate-github-token.outputs.token }}'
ref: ${{ github.event.pull_request.head.sha }}
- name: Install readme-generator-for-helm
run: npm install -g @bitnami/readme-generator-for-helm
- name: Run readme generator
Expand Down

0 comments on commit 76ad92f

Please sign in to comment.