Merge pull request #42 from holysoles/support_forks_during_helm_docs_action
Support helm-docs on forks by specifying repo during checkout
This commit is contained in:
@@ -17,6 +17,8 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: "0"
|
fetch-depth: "0"
|
||||||
|
ref: ${{ github.event.pull_request.head.ref }}
|
||||||
|
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||||
|
|
||||||
- name: Install Helm
|
- name: Install Helm
|
||||||
uses: azure/setup-helm@v4
|
uses: azure/setup-helm@v4
|
||||||
@@ -50,6 +52,8 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: "0"
|
fetch-depth: "0"
|
||||||
|
ref: ${{ github.event.pull_request.head.ref }}
|
||||||
|
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||||
|
|
||||||
- name: Install Helm
|
- name: Install Helm
|
||||||
uses: azure/setup-helm@v4
|
uses: azure/setup-helm@v4
|
||||||
|
|||||||
@@ -20,9 +20,10 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.ref }}
|
ref: ${{ github.event.pull_request.head.ref }}
|
||||||
|
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||||
|
|
||||||
- name: Render helm docs inside the README.md and push changes back to PR branch
|
- name: Render helm docs inside the README.md and push changes back to PR branch
|
||||||
uses: jessebot/helm-docs-action@0.0.1
|
uses: jessebot/helm-docs-action@0.0.1
|
||||||
with:
|
with:
|
||||||
working-dir: charts/pixelfed
|
# working-dir: charts/pixelfed
|
||||||
git-push: "true"
|
git-push: "true"
|
||||||
|
|||||||
@@ -554,7 +554,7 @@ pixelfed:
|
|||||||
# -- key in existing Kubernetes Secret for password. If set, ignores mail.password
|
# -- key in existing Kubernetes Secret for password. If set, ignores mail.password
|
||||||
password: ""
|
password: ""
|
||||||
|
|
||||||
# Mail Configuration (Post-Installer)
|
# S3 Configuration (Required if .Values.pixelfed.pf.enable_cloud is true)
|
||||||
s3:
|
s3:
|
||||||
# -- s3 url including protocol such as https://s3.domain.com
|
# -- s3 url including protocol such as https://s3.domain.com
|
||||||
url: ""
|
url: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user