Skip to content

Commit 442eb6c

Browse files
authored
Merge pull request #29050 from nextcloud/debt/noid/job-to-update-psalm-baseline-broken
Fix job to update psalm baseline
2 parents e5f4d72 + 20da108 commit 442eb6c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/update-psalm-baseline.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)