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
8aa3e32717
commit
5d37e5e8b4
@ -11,8 +11,8 @@ setup() {
|
|||||||
touch "${test_repository}"/{a,b,c}.txt
|
touch "${test_repository}"/{a,b,c}.txt
|
||||||
cd "${test_repository}"
|
cd "${test_repository}"
|
||||||
git init -q
|
git init -q
|
||||||
git add . >/dev/null 2>&1
|
git add . > /dev/null 2>&1
|
||||||
git commit -m "Init Repo" >/dev/null 2>&1
|
git commit -m "Init Repo" > /dev/null 2>&1
|
||||||
|
|
||||||
# Set default INPUT variables
|
# Set default INPUT variables
|
||||||
export INPUT_REPOSITORY="${BATS_TEST_DIRNAME}/test_repo"
|
export INPUT_REPOSITORY="${BATS_TEST_DIRNAME}/test_repo"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user