Skip to content

Commit 6bcdde9

Browse files
committed
Add maintainers
1 parent 31e8ac6 commit 6bcdde9

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
1818
with:
19-
fetch-dpth: 0
19+
fetch-depth: 0
2020
fetch-tags: true
2121

2222
- name: Configure Git

.github/workflows/update-readme.yaml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ jobs:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 5
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v4
18+
with:
19+
ref: ${{ github.event.pull_request.head.ref }}
1820

19-
- name: Render helm docs inside the README.md and push changes back to PR branch
20-
uses: losisin/helm-docs-github-action@v1
21-
with:
22-
chart-search-root: .
23-
git-push: true
24-
git-push-user-name: "CometActions"
25-
git-push-user-email: "[email protected]"
26-
git-commit-message: "Update Helm documentation"
21+
- name: Render helm docs inside the README.md and push changes back to PR branch
22+
uses: losisin/helm-docs-github-action@v1
23+
with:
24+
chart-search-root: .
25+
git-push: true
26+
git-push-user-name: "CometActions"
27+
git-push-user-email: "[email protected]"
28+
git-commit-message: "Update Helm documentation"

Chart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
apiVersion: v2
22
name: s3proxy
33
description: A Helm chart for deploying S3Proxy - Access other storage backends via the S3 API
4+
maintainers:
5+
- name: CRThaze
46

57
# A chart can be either an 'application' or a 'library' chart.
68
#

0 commit comments

Comments
 (0)