We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a536cc commit 0110a2eCopy full SHA for 0110a2e
src/entrypoint.sh
@@ -73,9 +73,9 @@ main() {
73
74
if [[ -z "$REPO_URL" ]]; then
75
if [[ -z "$ENTERPRISE_URL" ]]; then
76
- REPO_URL="https://x-access-token:${GITHUB_TOKEN}@${ENTERPRISE_URL}/${REPOSITORY}"
77
- else
78
REPO_URL="https://x-access-token:${GITHUB_TOKEN}@github.com/${OWNER}/${REPOSITORY}"
+ else
+ REPO_URL="https://x-access-token:${GITHUB_TOKEN}@${ENTERPRISE_URL}/${REPOSITORY}"
79
fi
80
81
0 commit comments