From ffd7e0488799e6f2344870deb3957ceba6c62a0c Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Fri, 16 Oct 2020 19:18:37 +0200 Subject: [PATCH] Use HTTP to add origin --- 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 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"