From d1fe55f7a611a110faeaab8fb1effbf1e4ba556f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20=C4=90=C3=ACnh=20L=C6=B0=E1=BB=A3ng?= Date: Tue, 30 Aug 2022 21:20:58 +0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 866a621..a740560 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,5 @@ name: test + on: schedule: - cron: "0 3 * * *" @@ -13,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Install EPGGrabber + - name: Install EPGGrabber. run: npm install -g epg-grabber - name: Start grab. run: epg-grabber --config=jcom-config.js --days 3