pull submodules from remote to get available branches

This commit is contained in:
Colin Griffin
2023-07-04 10:47:15 -04:00
committed by GitHub
parent f0feb3920a
commit 4a368b6279

View File

@@ -25,7 +25,7 @@ jobs:
run: |
git config user.email "actions@github.com"
git config user.name "actions-user"
git submodule update --init
git submodule update --init --remote
git checkout -b 'release-${{ inputs.RELEASE_TAG }}'
(cd calcom && git checkout '${{ inputs.RELEASE_TAG }}')
git add calcom