We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b3c046 commit ce04f7dCopy full SHA for ce04f7d
1 file changed
.github/workflows/operations.site.deploy.ddev.yml
@@ -112,7 +112,6 @@ 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