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