Skip to content

Commit 51dc026

Browse files
authored
Merge pull request #1357 from 10up/fix/update-playground
Fix the WordPress Playground integration
2 parents 8766552 + 1a4438d commit 51dc026

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/blueprints/blueprint.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@
1111
{
1212
"step": "installPlugin",
1313
"pluginData": {
14-
"resource": "url",
15-
"url": "https://github-proxy.com/proxy/?repo=10up/distributor&branch=stable"
14+
"resource": "git:directory",
15+
"url": "https://github.com/10up/distributor",
16+
"ref": "stable"
1617
}
1718
},
1819
{
1920
"step": "enableMultisite"
2021
},
2122
{
2223
"step": "wp-cli",
23-
"command": "wp plugin activate distributor-stable --network"
24+
"command": "wp plugin activate https-github.com-10up-distributor-stable --network"
2425
},
2526
{
2627
"step": "wp-cli",

0 commit comments

Comments
 (0)