From e7175d8f2e8553d7bf8e06ad99df946e4d2448b8 Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Tue, 15 Oct 2024 09:13:28 -0600 Subject: [PATCH] Update blueprint deprecated `pluginZipFile` step to `pluginData` --- blueprint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprint.json b/blueprint.json index 68bfa898..addbc2d2 100644 --- a/blueprint.json +++ b/blueprint.json @@ -12,7 +12,7 @@ "steps": [ { "step": "installPlugin", - "pluginZipFile": { + "pluginData": { "resource": "url", "url": "https://github-proxy.com/proxy/?repo=Automattic/vip-workflow-plugin" },