diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index 01ecbecac8..bc7f1d4e65 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -96,7 +96,8 @@ jobs: - name: Check submodule run: | cd packages/pro - if ! git branch --contains $github.head_ref | grep -q chore/pro_as_submodule; then + echo ${{ github.head_ref }} + if ! git branch --contains ${{ github.head_ref }} | grep -q chore/pro_as_submodule; then echo "Current commit is not part of main branch" exit 1 else