enterprise url fixed
This commit is contained in:
parent
8a536cc3c5
commit
0110a2eb76
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue