revert commit action changes

This commit is contained in:
Kjeld Schouten-Lebbing 2022-09-27 23:33:14 +02:00
parent 8b1f487184
commit 16595cde99
No known key found for this signature in database
GPG Key ID: 3D586240A9175B99
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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