Use Different Repo for Testing

This commit is contained in:
Stefan Zweifel 2020-10-16 19:10:04 +02:00
parent 75539a4432
commit 4730dc67c9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ setup() {
fi
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
export INPUT_REPOSITORY="${BATS_TEST_DIRNAME}/test_repo"