enterprise url fixed

This commit is contained in:
Peter Christian Glade (FG-752) 2022-02-14 10:25:50 +01:00
parent 8a536cc3c5
commit 0110a2eb76

View file

@ -73,9 +73,9 @@ main() {
if [[ -z "$REPO_URL" ]]; then if [[ -z "$REPO_URL" ]]; then
if [[ -z "$ENTERPRISE_URL" ]]; then if [[ -z "$ENTERPRISE_URL" ]]; then
REPO_URL="https://x-access-token:${GITHUB_TOKEN}@${ENTERPRISE_URL}/${REPOSITORY}"
else
REPO_URL="https://x-access-token:${GITHUB_TOKEN}@github.com/${OWNER}/${REPOSITORY}" REPO_URL="https://x-access-token:${GITHUB_TOKEN}@github.com/${OWNER}/${REPOSITORY}"
else
REPO_URL="https://x-access-token:${GITHUB_TOKEN}@${ENTERPRISE_URL}/${REPOSITORY}"
fi fi
fi fi