Add GitHub Enterprise support (#106)
* Add GitHub url and GitHub Enterprise support * Add review improvements * Modify the default value to github.server_url
This commit is contained in:
committed by
GitHub
parent
8407731efe
commit
a7824cd3a2
2
start.sh
2
start.sh
@@ -23,6 +23,6 @@ fi
|
||||
|
||||
cd ${INPUT_DIRECTORY}
|
||||
|
||||
remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${REPOSITORY}.git"
|
||||
remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@${GITHUB_URL}/${REPOSITORY}.git"
|
||||
|
||||
git push "${remote_repo}" HEAD:${INPUT_BRANCH} --follow-tags $_FORCE_OPTION $_TAGS;
|
||||
|
Reference in New Issue
Block a user