We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1428308 + d48ed9c commit 5b0d905Copy full SHA for 5b0d905
.github/workflows/tests.yml
@@ -77,9 +77,9 @@ jobs:
77
composer validate --strict
78
composer install --prefer-dist --no-progress
79
80
- - name: Clone Mautic features or specific PR from GitHub
+ - name: Clone Mautic main branch or specific PR from GitHub
81
run: |
82
- gh repo clone mautic/mautic -- --branch features --single-branch --depth 1
+ gh repo clone mautic/mautic -- --single-branch --depth 1
83
if [[ "${{ github.event.inputs.pr }}" != "" ]]; then
84
pushd mautic
85
gh pr checkout ${{ github.event.inputs.pr }}
0 commit comments