Skip to content

Commit b0f40ad

Browse files
authored
Don't forget to pull latest.
1 parent bcd2639 commit b0f40ad

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,11 @@ jobs:
116116
117117
run: |
118118
if [[ ! -d ${{ inputs.git_root }} ]]; then
119-
run-with-summary git clone ${{ inputs.git_repository }} ${{ inputs.git_root }}
119+
run-with-summary git clone --recursive ${{ inputs.git_repository }} ${{ inputs.git_root }}
120120
fi
121121
cd ${{ inputs.git_root }}
122-
git checkout ${{ inputs.git_reference }}
122+
git fetch origin
123+
git checkout --force ${{ inputs.git_reference }}
123124
124125
SUMMARY=""
125126

0 commit comments

Comments
 (0)