File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146 git pull origin main --no-edit 2>/dev/null
147147 git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync"
148148 continue-on-error : true
149- - uses : stefanzweifel/git-auto-commit-action@v6
149+ - uses : stefanzweifel/git-auto-commit-action@v7
150150 with :
151151 repository : ./main
152152 commit_user_name : Azathothas
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ jobs:
299299 git pull origin main --no-edit 2>/dev/null
300300 git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync"
301301 continue-on-error : true
302- - uses : stefanzweifel/git-auto-commit-action@v6
302+ - uses : stefanzweifel/git-auto-commit-action@v7
303303 with :
304304 repository : ./main
305305 commit_user_name : Azathothas
@@ -315,7 +315,7 @@ jobs:
315315 git pull origin main --no-edit 2>/dev/null
316316 git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync"
317317 continue-on-error : true
318- - uses : stefanzweifel/git-auto-commit-action@v6
318+ - uses : stefanzweifel/git-auto-commit-action@v7
319319 with :
320320 repository : ./main
321321 commit_user_name : Azathothas
You can’t perform that action at this time.
0 commit comments