We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f427681 commit d82e3a2Copy full SHA for d82e3a2
.github/workflows/update-readme.yaml
@@ -13,7 +13,9 @@ jobs:
13
runs-on: ubuntu-latest
14
timeout-minutes: 5
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v4
17
+ with:
18
+ ref: ${{ github.event.pull_request.head.ref }}
19
20
- name: Render helm docs inside the README.md and push changes back to PR branch
21
uses: losisin/helm-docs-github-action@v1
0 commit comments