File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# DO NOT EDIT!
33# -*- mode: yaml -*-
44# prettier-ignore
5- _commit : e025f7a
5+ _commit : fc1c03a
66_src_path : gh:liblaf/copier-share
77author_email : 30631553+liblaf@users.noreply.github.com
88author_name : liblaf
Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ jobs:
4040 token : ${{ steps.auth.outputs.token }}
4141 - name : Remove MegaLinter Reports
4242 run : sudo rm --force --recursive "mega-linter.log" "megalinter-reports/"
43- - name : Git Auto Commit
44- uses : stefanzweifel/git-auto-commit-action@v5
43+ - name : Git Add
44+ run : git add --update
45+ - name : Commit
46+ uses : dsanders11/github-app-commit-action@v1
4547 with :
46- commit_message : " chore(mega-linter): apply linters fixes"
47- add_options : --update
48- commit_user_name : ${{ steps.auth.outputs.committer-name }}
49- commit_user_email : ${{ steps.auth.outputs.committer-email }}
50- commit_author : ${{ steps.auth.outputs.author }}
48+ fail-on-no-changes : false
49+ message : " chore(mega-linter): apply linters fixes"
50+ token : ${{ steps.auth.outputs.token }}
You can’t perform that action at this time.
0 commit comments