Skip to content

Commit

Permalink
call proxy.php directly
Browse files Browse the repository at this point in the history
  • Loading branch information
vcanales committed Apr 24, 2024
1 parent c7422c7 commit 8c2cc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/create-preview-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function createBlueprint(themeSlug, branch) {
step: 'installTheme',
themeZipFile: {
resource: 'url',
url: `https://github-proxy.com/partial/Automattic/themes/${themeSlug}?branch=${branch}`,
url: `https://github-proxy.com/proxy.php?action=partial&repo=Automattic/themes&directory=${themeSlug}&branch=${branch}`,
},
},
{
Expand Down

0 comments on commit 8c2cc06

Please sign in to comment.