diff --git a/package.json b/package.json index 3424804897..178a36ede5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,8 @@ { "name": "iptv", "scripts": { + "act:auto-update": "act workflow_dispatch -W .github/workflows/auto-update.yml", + "act:check": "act pull_request -W .github/workflows/check.yml", "db:create": "node scripts/commands/database/create.js", "db:matrix": "node scripts/commands/database/matrix.js", "db:update": "node scripts/commands/database/update.js",