From 16595cde996d3d096af780d55a88851c69a859b3 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 27 Sep 2022 23:33:14 +0200 Subject: [PATCH] revert commit action changes --- .github/workflows/charts-changelog.yaml | 3 +-- .github/workflows/charts-release.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/charts-changelog.yaml b/.github/workflows/charts-changelog.yaml index 26585b81f83..b872240d995 100644 --- a/.github/workflows/charts-changelog.yaml +++ b/.github/workflows/charts-changelog.yaml @@ -72,10 +72,9 @@ jobs: - name: Create commit id: create-commit if: inputs.isRenovatePR == 'true' - uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=v4 + uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=v4 with: file_pattern: charts/**/ - disable_globbing: true commit_message: "chore: Auto-update chart metadata [skip ci]" commit_user_name: ${{ github.actor }} commit_user_email: ${{ github.actor }}@users.noreply.github.com diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 374c2788074..e26170edcc2 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -106,10 +106,9 @@ jobs: id: create-commit if: | steps.collect-changes.outputs.changesDetectedAfterTag == 'true' - uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=v4 + uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=v4 with: file_pattern: charts/**/ - disable_globbing: true commit_message: "chore: Auto-update chart README [skip ci]" commit_user_name: truecharts-bot commit_user_email: bot@truecharts.org