Revert "Add GitHub Enterprise support (#106)" (#107)

This reverts commit a7824cd3a2.
This commit is contained in:
Adam Dobrawy
2022-02-18 10:30:56 +01:00
committed by GitHub
parent a7824cd3a2
commit 7257a3a6d5
4 changed files with 2 additions and 11 deletions

View File

@@ -23,6 +23,6 @@ fi
cd ${INPUT_DIRECTORY}
remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@${GITHUB_URL}/${REPOSITORY}.git"
remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${REPOSITORY}.git"
git push "${remote_repo}" HEAD:${INPUT_BRANCH} --follow-tags $_FORCE_OPTION $_TAGS;