From 20d7a0dafae5bfaaa0ea8a09016de57984d794cf Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Mon, 13 Jul 2020 14:44:17 -0700 Subject: [PATCH] added back initial git commit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6445f8f..f1b658a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: set -x git init git add --all + git -c user.name="CI Bot" -c user.email="<>" commit -m "initial state" addlicense ./ test -z "$(git status -s | tee /dev/stderr)" - name: Setup Cluster