We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066c9dd commit ed0faa2Copy full SHA for ed0faa2
1 file changed
.github/workflows/ops.site.deploy.ddev.yml
@@ -98,6 +98,7 @@ jobs:
98
99
- name: Clone code
100
run: |
101
+ echo $PATH
102
if [[ ! -d ${{ inputs.git_root }} ]]; then
103
git clone ${{ inputs.git_repository }} ${{ inputs.git_root }}
104
fi
0 commit comments