Skip to content

Commit 84f4828

Browse files
committed
Checkout code and sync submodules (on new branch, might have new submodules.)
1 parent f5003e1 commit 84f4828

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/operations.site.deploy.ddev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ jobs:
144144
run-with-summary git clone --recursive ${{ inputs.git_repository }} ${{ inputs.git_root }}
145145
fi
146146
cd ${{ inputs.git_root }}
147+
git checkout --force ${{ inputs.git_ref }}
148+
git submodule sync --recursive
147149
148150
SUMMARY=""
149151

0 commit comments

Comments
 (0)