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