We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea47bc commit 201989aCopy full SHA for 201989a
src/deploy.sh
@@ -6,8 +6,8 @@ echo "[notice] Set up cloned repo"
6
git clone $repo out -b $targetBranch
7
cd out
8
git pull
9
-git config user.name "${GITHUB_ACTOR}"
10
-git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
+git config --global user.name "${GITHUB_ACTOR}"
+git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
11
12
echo "[notice] Build main file"
13
cp ../docs/docs.json $refName.json
0 commit comments