From 7af29b7a8268a9bed440943847d3cc6d89c4b3ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Sat, 12 Jun 2021 16:43:21 +0200 Subject: [PATCH] Update CI --- .github/workflows/charts-release.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index ec666858..65fc5e3b 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -27,7 +27,6 @@ jobs: with: token: ${{ steps.get-app-token.outputs.token }} ref: ${{ github.ref }} - fetch-depth: 0 - uses: dorny/paths-filter@v2 id: filter @@ -142,10 +141,10 @@ jobs: run: | ./hack/gen-chart-summary.sh - - name: Update Pull Request + - name: Create Commit uses: stefanzweifel/git-auto-commit-action@v4 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_email: commit_author: k8s-at-home[bot]