1 parent 384a0af commit 4ccf5d2Copy full SHA for 4ccf5d2
1 file changed
lib/wait-for-pages-deployment.sh
@@ -51,7 +51,7 @@ wait_for_pages_deployment() {
51
-H "Authorization: Bearer $TOKEN" \
52
-H "Accept: application/vnd.github+json" \
53
-H "X-GitHub-Api-Version: 2022-11-28" \
54
- "https://api.github.com/repos/$REPO/pages/builds?per_page=100"
+ "$GITHUB_API_URL/repos/$REPO/pages/builds?per_page=100"
55
)
56
57
# Get the build ID for this commit SHA if present
0 commit comments