From a96ede035344bb38b10d964c0f8821cd0f8fac19 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 2 Feb 2026 07:55:09 +0100 Subject: [PATCH] ci: update OCP in correct location Signed-off-by: Ferdinand Thiessen --- .github/workflows/update-nextcloud-ocp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index 3e201e5f0..4d4116338 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -66,7 +66,7 @@ jobs: - name: Composer update nextcloud/ocp # zizmor: ignore[template-injection] id: update_branch if: ${{ steps.checkout.outcome == 'success' && matrix.branches != 'main' }} - run: composer require --dev 'nextcloud/ocp:dev-${{ matrix.branches }}' + run: composer -d vendor-bin/psalm require --dev 'nextcloud/ocp:dev-${{ matrix.branches }}' - name: Raise on issue on failure uses: dacbd/create-issue-action@cdb57ab6ff8862aa09fee2be6ba77a59581921c2 # v2.0.0 @@ -106,8 +106,8 @@ jobs: - name: Reset checkout vendor-bin if: steps.checkout.outcome == 'success' run: | - git clean -f vendor-bin - git checkout vendor-bin + git clean -f vendor-bin/*/vendor + git checkout vendor-bin/*/vendor continue-on-error: true - name: Create Pull Request