Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-10-06 10:21:45 +0300
committerGitHub <noreply@github.com>2021-10-06 10:21:45 +0300
commit442eb6cc0e031bdbff910b0e15b84cb5dcf8fb73 (patch)
tree3ebf6ba1503c333572e1fc6f8e9f3c39079a330a /.github
parente5f4d72d0b4c3992e234aac5a9d96cf0096b63a8 (diff)
parent20da1080fa4f8624d868394cf2c4c29fdd1f2da1 (diff)
Merge pull request #29050 from nextcloud/debt/noid/job-to-update-psalm-baseline-broken
Fix job to update psalm baseline
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-psalm-baseline.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml
index a4cddbc3d09..759a74a12d0 100644
--- a/.github/workflows/update-psalm-baseline.yml
+++ b/.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'