From 4ce4d6a06a604f05b3e593f6ae4220d5294c6848 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 31 Jan 2022 20:55:14 +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 d053fdbf..fc021612 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/auto-update.yml --artifact-server-path ./.artifacts", + "act": "act workflow_dispatch -W .github/workflows/andorradifusio.ad.yml", "test": "npx jest --runInBand", "test:commands": "npx jest --runInBand -- commands", "test:sites": "npx jest --runInBand -- sites"