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
View File
@@ -75,7 +75,6 @@ jobs:
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
View File
@@ -109,7 +109,6 @@ jobs:
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