diff --git a/tests/git-auto-commit.bats b/tests/git-auto-commit.bats index 79c9e04..5efa006 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.git + git remote add origin https://github.com/stefanzweifel/git-auto-commit-action.git # Set default INPUT variables export INPUT_REPOSITORY="${BATS_TEST_DIRNAME}/test_repo"