Update charts-release.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing
2022-11-05 18:55:36 +01:00
committed by GitHub
parent f04cc8f6d8
commit ff35ab2402
+1 -1
View File
@@ -106,7 +106,7 @@ jobs:
id: create-commit id: create-commit
if: | if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true' steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
uses: stefanzweifel/git-auto-commit-action@0b007fbd1180b8e3a3668b21c6517392fe8f26eb # v4 uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # v4
with: with:
file_pattern: charts/**/ file_pattern: charts/**/
commit_message: "chore: Auto-update chart README [skip ci]" commit_message: "chore: Auto-update chart README [skip ci]"