From dcef6962712b60cae23a58ff8e996c84eb666da4 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Mon, 13 Jul 2020 14:35:41 -0700 Subject: [PATCH] remove git identity --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07945b9..55c8feb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,6 @@ jobs: set -x git init git add --all - git -c user.name="CI Bot" -c user.email="<>" commit -m "initial state" addlicense ./ if [[ -n $(git status -s) ]]; then exit 1