File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,13 @@ jobs:
2525 run : composer i
2626 - name : Psalm
2727 run : composer run psalm -- --monochrome --no-progress --output-format=text --update-baseline
28- - name : Reset composer.json and composer.lock
29- run : |
30- rm -rf lib/composer
31- git checkout -- composer.json composer.lock lib/composer
3228 - name : Create Pull Request
3329 uses : peter-evans/create-pull-request@v3
3430 with :
3531 token : ${{ secrets.COMMAND_BOT_PAT }}
36- push-to-fork : nextcloud-pr-bot/server
3732 commit-message : Update psalm baseline
3833 committer : GitHub <noreply@github.com>
39- author : Nextcloud-PR-Bot <nextcloud-pr-bot @users.noreply.github.com>
34+ author : nextcloud-command <nextcloud-command @users.noreply.github.com>
4035 signoff : true
4136 branch : automated/noid/psalm-baseline-update
4237 title : ' [Automated] Update psalm-baseline.xml'
You can’t perform that action at this time.
0 commit comments