File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
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
25262627 with :
27- working-dir : charts/pixelfed
28+ # working-dir: charts/pixelfed
2829 git-push : " true"
Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ pixelfed:
554554 # -- key in existing Kubernetes Secret for password. If set, ignores mail.password
555555 password : " "
556556
557- # Mail Configuration (Post-Installer )
557+ # S3 Configuration (Required if .Values.pixelfed.pf.enable_cloud is true )
558558 s3 :
559559 # -- s3 url including protocol such as https://s3.domain.com
560560 url : " "
You can’t perform that action at this time.
0 commit comments