1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Add git fetch

This commit is contained in:
adrinr 2023-04-17 20:56:03 +01:00
parent 52a6c872c2
commit 5215f4d400

View file

@ -96,6 +96,7 @@ jobs:
- name: Check submodule
run: |
cd packages/pro
git fetch
echo $(git log -n 1 --pretty=format:%H)
if ! git branch --contains $(git log -n 1 --pretty=format:%H) | grep -q chore/pro_as_submodule"; then
echo "Current commit is not part of main branch"