revert commit action changes

This commit is contained in:
Kjeld Schouten-Lebbing
2022-09-27 23:33:14 +02:00
parent 8b1f487184
commit 16595cde99
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -72,10 +72,9 @@ jobs:
- name: Create commit - name: Create commit
id: create-commit id: create-commit
if: inputs.isRenovatePR == 'true' if: inputs.isRenovatePR == 'true'
uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=v4 uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=v4
with: with:
file_pattern: charts/**/ file_pattern: charts/**/
disable_globbing: true
commit_message: "chore: Auto-update chart metadata [skip ci]" commit_message: "chore: Auto-update chart metadata [skip ci]"
commit_user_name: ${{ github.actor }} commit_user_name: ${{ github.actor }}
commit_user_email: ${{ github.actor }}@users.noreply.github.com commit_user_email: ${{ github.actor }}@users.noreply.github.com
+1 -2
View File
@@ -106,10 +106,9 @@ 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@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=v4 uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=v4
with: with:
file_pattern: charts/**/ file_pattern: charts/**/
disable_globbing: true
commit_message: "chore: Auto-update chart README [skip ci]" commit_message: "chore: Auto-update chart README [skip ci]"
commit_user_name: truecharts-bot commit_user_name: truecharts-bot
commit_user_email: bot@truecharts.org commit_user_email: bot@truecharts.org