Browse Source
Merge pull request #29050 from nextcloud/debt/noid/job-to-update-psalm-baseline-broken
Fix job to update psalm baseline
pull/29084/head
Vincent Petry
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
6 deletions
-
.github/workflows/update-psalm-baseline.yml
|
|
|
@ -25,18 +25,13 @@ jobs: |
|
|
|
run: composer i |
|
|
|
- name: Psalm |
|
|
|
run: composer run psalm -- --monochrome --no-progress --output-format=text --update-baseline |
|
|
|
- name: Reset composer.json and composer.lock |
|
|
|
run: | |
|
|
|
rm -rf lib/composer |
|
|
|
git checkout -- composer.json composer.lock lib/composer |
|
|
|
- name: Create Pull Request |
|
|
|
uses: peter-evans/create-pull-request@v3 |
|
|
|
with: |
|
|
|
token: ${{ secrets.COMMAND_BOT_PAT }} |
|
|
|
push-to-fork: nextcloud-pr-bot/server |
|
|
|
commit-message: Update psalm baseline |
|
|
|
committer: GitHub <noreply@github.com> |
|
|
|
author: Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> |
|
|
|
author: nextcloud-command <nextcloud-command@users.noreply.github.com> |
|
|
|
signoff: true |
|
|
|
branch: automated/noid/psalm-baseline-update |
|
|
|
title: '[Automated] Update psalm-baseline.xml' |
|
|
|
|