From d48ed9ca38f489c1e7022ec08edb43aa43991202 Mon Sep 17 00:00:00 2001 From: "Dennis Ameling (he/him)" Date: Wed, 4 May 2022 15:53:25 +0200 Subject: [PATCH] Use default `mautic/mautic` branch instead of `features` --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a0e0e00d..90876162 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -77,9 +77,9 @@ jobs: composer validate --strict composer install --prefer-dist --no-progress - - name: Clone Mautic features or specific PR from GitHub + - name: Clone Mautic main branch or specific PR from GitHub run: | - gh repo clone mautic/mautic -- --branch features --single-branch --depth 1 + gh repo clone mautic/mautic -- --single-branch --depth 1 if [[ "${{ github.event.inputs.pr }}" != "" ]]; then pushd mautic gh pr checkout ${{ github.event.inputs.pr }}