Skip to content

Commit f0ef78a

Browse files
committed
Switch from the github proxy to using git:directory resource
1 parent f75cb72 commit f0ef78a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/blueprints/blueprint.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
{
1313
"step": "installPlugin",
1414
"pluginData": {
15-
"resource": "url",
16-
"url": "https://github-proxy.com/proxy/?repo=10up/classifai&branch=stable"
15+
"resource": "git:directory",
16+
"url": "https://github.com/10up/classifai",
17+
"ref": "stable"
1718
},
1819
"options": {
1920
"activate": true

0 commit comments

Comments
 (0)