added back initial git commit
This commit is contained in:
parent
3ef0da4bb0
commit
20d7a0dafa
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue