From 6438306896ab5a8c4acbeaacda22e69fec058e3e Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 24 Oct 2022 09:42:12 +0300 Subject: [PATCH] Update charts-release.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- .github/workflows/charts-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index e648051a4af..1b0cd423353 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -106,7 +106,7 @@ jobs: id: create-commit if: | steps.collect-changes.outputs.changesDetectedAfterTag == 'true' - uses: stefanzweifel/git-auto-commit-action@2fde6fc18d3b24c2561ba4b73a8e015e863cef85 # tag=v4 + uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=v4 with: file_pattern: charts/**/ commit_message: "chore: Auto-update chart README [skip ci]"