Skip to content

Commit 8eff117

Browse files
committed
Bad quotes.
1 parent 7aa8dda commit 8eff117

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ jobs:
102102
git clone ${{ inputs.git_repository }} ${{ inputs.git_root }}
103103
fi
104104
cd ${{ inputs.git_root }}
105-
git checkout ${{ inputs.git_reference }}"
106-
echo "-----------------------------"
107-
echo "Cloned code to ${{ inputs.git_root }}""
105+
git checkout ${{ inputs.git_reference }}
106+
echo -----------------------------
107+
echo "Cloned code to ${{ inputs.git_root }}"

0 commit comments

Comments
 (0)