Use Different Repo for Testing
This commit is contained in:
parent
75539a4432
commit
4730dc67c9
|
@ -20,7 +20,7 @@ setup() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git commit --quiet -m "Init Repo"
|
git commit --quiet -m "Init Repo"
|
||||||
git remote add origin git@github.com:stefanzweifel/git-auto-commit-action-demo-app.git
|
git remote add origin git@github.com:stefanzweifel/git-auto-commit-action.git
|
||||||
|
|
||||||
# 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