From 9d625f34e3620a6e40c50e2e343470b1f6ade7f0 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 31 Jan 2022 21:02:44 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc021612..1e06c9b5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "epg", "scripts": { "update-codes": "node scripts/update-codes.js", - "act": "act workflow_dispatch -W .github/workflows/andorradifusio.ad.yml", + "act": "act workflow_dispatch", "test": "npx jest --runInBand", "test:commands": "npx jest --runInBand -- commands", "test:sites": "npx jest --runInBand -- sites"