Update CI

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2021-06-12 16:43:21 +02:00 committed by GitHub
parent 32d9f7b16a
commit 7af29b7a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>