Skip to content

Commit d82e3a2

Browse files
committed
Add maintainers
1 parent f427681 commit d82e3a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-readme.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 5
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v4
17+
with:
18+
ref: ${{ github.event.pull_request.head.ref }}
1719

1820
- name: Render helm docs inside the README.md and push changes back to PR branch
1921
uses: losisin/helm-docs-github-action@v1

0 commit comments

Comments
 (0)