We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9479827 commit 3a0d7f4Copy full SHA for 3a0d7f4
.github/workflows/main.yaml
@@ -36,7 +36,7 @@ jobs:
36
REVISION_ID=$(git rev-parse HEAD | cut -c 1-8)
37
git config --global user.email "[email protected]"
38
git config --global user.name "richellin"
39
- git clone https://github.com/kodevops/kodevops.github.io.git kodevops
+ git clone git@github.com:kodevops/kodevops.github.io.git kodevops
40
cd kodevops
41
cp -aR ../_site/* ./
42
git add --all
0 commit comments