diff options
Diffstat (limited to '.github/workflows/update-psalm-baseline.yml')
-rw-r--r-- | .github/workflows/update-psalm-baseline.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index d4b1761dea3..ae66962b369 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ["master", "stable29", "stable28", "stable27"] + branches: ['master', 'stable29', 'stable28', 'stable27'] name: update-psalm-baseline-${{ matrix.branches }} @@ -55,12 +55,12 @@ jobs: uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e with: token: ${{ secrets.COMMAND_BOT_PAT }} - commit-message: "chore(tests): Update psalm baseline" + commit-message: 'chore(tests): Update psalm baseline' committer: GitHub <noreply@github.com> author: nextcloud-command <nextcloud-command@users.noreply.github.com> signoff: true - branch: automated/noid/${{ matrix.branches }}-update-psalm-baseline - title: "[${{ matrix.branches }}] Update psalm-baseline.xml" + branch: 'automated/noid/${{ matrix.branches }}-update-psalm-baseline' + title: '[${{ matrix.branches }}] Update psalm-baseline.xml' body: | Auto-generated update psalm-baseline.xml with fixed psalm warnings labels: | |