mirror of
https://github.com/ivuorinen/actions.git
synced 2026-03-13 18:58:37 +00:00
chore(deps): update stefanzweifel/git-auto-commit-action action (v5.0.1 → v5.2.0) (#358)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -122,7 +122,7 @@ runs:
|
|||||||
|
|
||||||
- name: Commit Fixes
|
- name: Commit Fixes
|
||||||
if: steps.check-files.outputs.files_found == 'true'
|
if: steps.check-files.outputs.files_found == 'true'
|
||||||
uses: stefanzweifel/git-auto-commit-action@be7095c202abcf573b09f20541e0ee2f6a3a9d9b # v5.0.1
|
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
|
||||||
with:
|
with:
|
||||||
commit_message: 'style: apply ansible lint fixes'
|
commit_message: 'style: apply ansible lint fixes'
|
||||||
commit_user_name: ${{ inputs.username }}
|
commit_user_name: ${{ inputs.username }}
|
||||||
|
|||||||
@@ -361,7 +361,7 @@ runs:
|
|||||||
|
|
||||||
- name: Commit Fixes
|
- name: Commit Fixes
|
||||||
if: ${{ fromJSON(steps.fix.outputs.fixed_count) > 0 }}
|
if: ${{ fromJSON(steps.fix.outputs.fixed_count) > 0 }}
|
||||||
uses: stefanzweifel/git-auto-commit-action@be7095c202abcf573b09f20541e0ee2f6a3a9d9b # v5.0.1
|
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
|
||||||
with:
|
with:
|
||||||
commit_message: 'style: apply python lint fixes'
|
commit_message: 'style: apply python lint fixes'
|
||||||
commit_user_name: ${{ inputs.username }}
|
commit_user_name: ${{ inputs.username }}
|
||||||
|
|||||||
@@ -247,7 +247,7 @@ runs:
|
|||||||
|
|
||||||
- name: Commit Fixes
|
- name: Commit Fixes
|
||||||
if: steps.check-files.outputs.found == 'true' && inputs.auto-fix == 'true' && fromJSON(steps.fix.outputs.fixed_count) > 0
|
if: steps.check-files.outputs.found == 'true' && inputs.auto-fix == 'true' && fromJSON(steps.fix.outputs.fixed_count) > 0
|
||||||
uses: stefanzweifel/git-auto-commit-action@be7095c202abcf573b09f20541e0ee2f6a3a9d9b # v5.0.1
|
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
|
||||||
with:
|
with:
|
||||||
commit_message: 'style: apply terraform formatting fixes'
|
commit_message: 'style: apply terraform formatting fixes'
|
||||||
commit_user_name: ${{ inputs.username }}
|
commit_user_name: ${{ inputs.username }}
|
||||||
|
|||||||
Reference in New Issue
Block a user