Skip to content

Commit

Permalink
Change pluginZipFile to pluginData in install step of blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgeatches committed Oct 15, 2024
1 parent 53259df commit c4ee9c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"steps": [
{
"step": "installPlugin",
"pluginZipFile": {
"pluginData": {
"resource": "url",
"url": "https://github-proxy.com/proxy/?repo=Automattic/vip-workflow-plugin"
"url": "https://github-proxy.com/proxy/?repo=Automattic/vip-workflow-plugin&branch=fix/blueprint-install"
},
"options": {
"activate": true
Expand Down

0 comments on commit c4ee9c6

Please sign in to comment.