chore(deps): update stefanzweifel/git-auto-commit-action digest to 49620cd (#2482)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
0031fcb5e6
commit
6c708d8c50
|
@ -72,7 +72,7 @@ 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@c4b132ec2c77a21fcab564bd3c92610cee84b894 # tag=v4
|
uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=v4
|
||||||
with:
|
with:
|
||||||
file_pattern: charts/**/
|
file_pattern: charts/**/
|
||||||
commit_message: "chore: Auto-update chart metadata [skip ci]"
|
commit_message: "chore: Auto-update chart metadata [skip ci]"
|
||||||
|
|
|
@ -109,7 +109,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@c4b132ec2c77a21fcab564bd3c92610cee84b894 # tag=v4
|
uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=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]"
|
||||||
|
|
Loading…
Reference in New Issue