We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa8dda commit 8eff117Copy full SHA for 8eff117
.github/workflows/ddev.site.deploy.yml
@@ -102,6 +102,6 @@ jobs:
102
git clone ${{ inputs.git_repository }} ${{ inputs.git_root }}
103
fi
104
cd ${{ inputs.git_root }}
105
- git checkout ${{ inputs.git_reference }}"
106
- echo "-----------------------------"
107
- echo "Cloned code to ${{ inputs.git_root }}""
+ git checkout ${{ inputs.git_reference }}
+ echo -----------------------------
+ echo "Cloned code to ${{ inputs.git_root }}"
0 commit comments