From 2af2adce77d7e36bd934af7216b95b59b7a5fac2 Mon Sep 17 00:00:00 2001 From: jvarelmann <84779161+jvarelmann@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:38:42 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f320b181..b8d5b6c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -98,7 +98,7 @@ jobs: run: find . -type f -name '*.php' -print0 | xargs -0 -n1 -P4 php -l -n | (! grep -v "No syntax errors detected" ) - name: Install Shopware and Plugin run: | - git clone --depth=1 -b ${{ matrix.shopware-versions }} https://github.com/shopware/shopware.git /tmp/shopware + git clone --depth=1 -b ${{ matrix.shopware-versions }} https://github.com/shopware5/shopware.git /tmp/shopware cd /tmp/shopware make init cp -R $GITHUB_WORKSPACE/Frontend/MoptPaymentPayone /tmp/shopware/engine/Shopware/Plugins/Default/Frontend