This commit is contained in:
adrinr 2023-04-17 20:26:03 +01:00
parent 6dc40fca6f
commit 58330bba92
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ jobs:
- name: Check submodule
run: |
cd packages/pro
if ! git branch --contains $BRANCH | grep -q chore/pro_as_submodule; then
if ! git branch --contains $GITHUB_BASE_REF | grep -q chore/pro_as_submodule; then
echo "Current commit is not part of main branch"
exit 1
else