File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
composer global require ergebnis/composer-normalize
24
24
composer normalize
25
25
26
- - uses : stefanzweifel/git-auto-commit-action@v5
26
+ - uses : stefanzweifel/git-auto-commit-action@v6
27
27
with :
28
28
commit_message : normalize composer.json
Original file line number Diff line number Diff line change 27
27
- run : composer fix-style
28
28
continue-on-error : true
29
29
30
- - uses : stefanzweifel/git-auto-commit-action@v5
30
+ - uses : stefanzweifel/git-auto-commit-action@v6
31
31
with :
32
32
commit_message : composer fix-style
33
33
commit_author : laravel-ide-helper <laravel-ide-helper@users.noreply.github.com>
Original file line number Diff line number Diff line change 27
27
release-notes : ${{ github.event.release.body }}
28
28
29
29
- name : Commit updated CHANGELOG
30
- uses : stefanzweifel/git-auto-commit-action@v5
30
+ uses : stefanzweifel/git-auto-commit-action@v6
31
31
with :
32
32
branch : ${{ github.event.release.target_commitish }}
33
33
commit_message : Update CHANGELOG
You can’t perform that action at this time.
0 commit comments