From cc5eb1f4b9f895a51ee3abc8f26cefcdeddbbaf1 Mon Sep 17 00:00:00 2001 From: Necip Allef Date: Thu, 16 Nov 2023 17:51:23 +0300 Subject: [PATCH] ci: fix deployRules --- scripts/e2eRules.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2eRules.ts b/scripts/e2eRules.ts index 797d813..4e966c0 100644 --- a/scripts/e2eRules.ts +++ b/scripts/e2eRules.ts @@ -10,7 +10,7 @@ export const e2eRules = { "options": { "enabled": true, // "edgeWorkerId": process.env.TEST_EDGE_WORKER_ID, - "edgeWorkerId": 80713, + "edgeWorkerId": "80713", "mPulse": true, "createEdgeWorker": "", "mPulseInformation": "",