mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
Update CI
This commit is contained in:
parent
32d9f7b16a
commit
7af29b7a82
5
.github/workflows/charts-release.yaml
vendored
5
.github/workflows/charts-release.yaml
vendored
@ -27,7 +27,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ steps.get-app-token.outputs.token }}
|
token: ${{ steps.get-app-token.outputs.token }}
|
||||||
ref: ${{ github.ref }}
|
ref: ${{ github.ref }}
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- uses: dorny/paths-filter@v2
|
- uses: dorny/paths-filter@v2
|
||||||
id: filter
|
id: filter
|
||||||
@ -142,10 +141,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
./hack/gen-chart-summary.sh
|
./hack/gen-chart-summary.sh
|
||||||
|
|
||||||
- name: Update Pull Request
|
- name: Create Commit
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: Auto-generate chart summary [ci skip]
|
commit_message: Auto-generate chart summary [no ci]
|
||||||
commit_user_name: k8s-at-home[bot]
|
commit_user_name: k8s-at-home[bot]
|
||||||
commit_user_email: <k8s-at-home[bot]@users.noreply.github.com>
|
commit_user_email: <k8s-at-home[bot]@users.noreply.github.com>
|
||||||
commit_author: k8s-at-home[bot] <k8s-at-home[bot]@users.noreply.github.com>
|
commit_author: k8s-at-home[bot] <k8s-at-home[bot]@users.noreply.github.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user