diff --git a/src/entrypoint.sh b/src/entrypoint.sh index 39509e8..7d406df 100644 --- a/src/entrypoint.sh +++ b/src/entrypoint.sh @@ -73,9 +73,9 @@ main() { if [[ -z "$REPO_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}" + else + REPO_URL="https://x-access-token:${GITHUB_TOKEN}@${ENTERPRISE_URL}/${REPOSITORY}" fi fi