We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8766552 + 1a4438d commit 51dc026Copy full SHA for 51dc026
1 file changed
.github/blueprints/blueprint.json
@@ -11,16 +11,17 @@
11
{
12
"step": "installPlugin",
13
"pluginData": {
14
- "resource": "url",
15
- "url": "https://github-proxy.com/proxy/?repo=10up/distributor&branch=stable"
+ "resource": "git:directory",
+ "url": "https://github.com/10up/distributor",
16
+ "ref": "stable"
17
}
18
},
19
20
"step": "enableMultisite"
21
22
23
"step": "wp-cli",
- "command": "wp plugin activate distributor-stable --network"
24
+ "command": "wp plugin activate https-github.com-10up-distributor-stable --network"
25
26
27
0 commit comments