remove git identity
This commit is contained in:
parent
5050f3d267
commit
dcef696271
1 changed files with 0 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -33,7 +33,6 @@ jobs:
|
||||||
set -x
|
set -x
|
||||||
git init
|
git init
|
||||||
git add --all
|
git add --all
|
||||||
git -c user.name="CI Bot" -c user.email="<>" commit -m "initial state"
|
|
||||||
addlicense ./
|
addlicense ./
|
||||||
if [[ -n $(git status -s) ]]; then
|
if [[ -n $(git status -s) ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue