mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-06-16 16:38:51 +00:00
Use HTTP to add origin
This commit is contained in:
parent
4730dc67c9
commit
ffd7e04887
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user