Use HTTP to add origin

This commit is contained in:
Stefan Zweifel 2020-10-16 19:18:37 +02:00
parent 4730dc67c9
commit ffd7e04887
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.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"