File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v4
1818 with :
1919 fetch-depth : " 0"
20+ ref : ${{ github.event.pull_request.head.ref }}
21+ repository : ${{ github.event.pull_request.head.repo.full_name }}
2022
2123 - name : Install Helm
2224 uses : azure/setup-helm@v4
5052 uses : actions/checkout@v4
5153 with :
5254 fetch-depth : " 0"
55+ ref : ${{ github.event.pull_request.head.ref }}
56+ repository : ${{ github.event.pull_request.head.repo.full_name }}
5357
5458 - name : Install Helm
5559 uses : azure/setup-helm@v4
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v4
2121 with :
2222 ref : ${{ github.event.pull_request.head.ref }}
23+ repository : ${{ github.event.pull_request.head.repo.full_name }}
2324
2425 - name : Render helm docs inside the README.md and push changes back to PR branch
2526
You can’t perform that action at this time.
0 commit comments