We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe0de2 commit 52bc9dcCopy full SHA for 52bc9dc
1 file changed
.github/workflows/operations.site.deploy.ddev.yml
@@ -112,6 +112,7 @@ jobs:
112
113
run: |
114
if [[ ! -d ${{ inputs.git_root }} ]]; then
115
+ mkdir -p $(dirname ${{ inputs.git_root }})
116
run-with-summary git clone ${{ inputs.git_repository }} ${{ inputs.git_root }}
117
fi
118
cd ${{ inputs.git_root }}
0 commit comments