From 4730dc67c91b0853489429f1852abd34a0c0b773 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Fri, 16 Oct 2020 19:10:04 +0200 Subject: [PATCH] Use Different Repo for Testing --- tests/git-auto-commit.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/git-auto-commit.bats b/tests/git-auto-commit.bats index bf31877..79c9e04 100644 --- a/tests/git-auto-commit.bats +++ b/tests/git-auto-commit.bats @@ -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"