Skip to content

Commit 6497068

Browse files
committed
git config
Signed-off-by: Mahantesh-R <[email protected]>
1 parent 2868ef1 commit 6497068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/publishCoverage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ YELLOW_THRESHOLD=50
4242

4343
# clone gh-pages branch
4444
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]"
45+
git config user.name "travis"
46+
git config user.email "travis"
4747

4848
mkdir -p "$COVERAGE_DIR" "$WORKDIR/coverage/$GITHUB_SHA"
4949

0 commit comments

Comments
 (0)