mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-06-16 16:38:51 +00:00
WIP
This commit is contained in:
parent
bc65330a0e
commit
7b44d94e4e
@ -10,6 +10,10 @@ setup() {
|
|||||||
mkdir "${test_repository}"
|
mkdir "${test_repository}"
|
||||||
touch "${test_repository}"/{a,b,c}.txt
|
touch "${test_repository}"/{a,b,c}.txt
|
||||||
cd "${test_repository}"
|
cd "${test_repository}"
|
||||||
|
|
||||||
|
git config --global user.email "test@github.com"
|
||||||
|
git config --global user.name "Test Suite"
|
||||||
|
|
||||||
git init --quiet
|
git init --quiet
|
||||||
git add . > /dev/null 2>&1
|
git add . > /dev/null 2>&1
|
||||||
git commit --quiet -m "Init Repo"
|
git commit --quiet -m "Init Repo"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user