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 2868ef1 commit 6497068Copy full SHA for 6497068
scripts/publishCoverage.sh
@@ -42,8 +42,8 @@ YELLOW_THRESHOLD=50
42
43
# clone gh-pages branch
44
git clone -b gh-pages "https://$GHE_USER:$GHE_TOKEN@github.com/$GITHUB_REPOSITORY.git" .
45
-git config user.name "github-actions"
46
-git config user.email "[email protected]"
+git config user.name "travis"
+git config user.email "travis"
47
48
mkdir -p "$COVERAGE_DIR" "$WORKDIR/coverage/$GITHUB_SHA"
49
0 commit comments