Skip to content

Commit

Permalink
Jio Play IPTV EPG V3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobassar4u authored Jan 19, 2023
1 parent c666354 commit f7c3588
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/Jio-Play-IPTV-EPG-Daily-Workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Jio Play IPTV EPG Daily Workflow

on:
workflow_dispatch:
schedule:
- cron: "00 21 * * *"
push:
branches: [ main ]

jobs:

epg:
name: Jio Play IPTV EPG Setup
runs-on: ubuntu-latest
steps:

- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Get EPG Data
run: chmod +x bin/epg_linux_x64 && ./bin/epg_linux_x64

- name: Update release
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
run: |
hub release edit -a epg.xml -a epg.xml.gz -m "EPG has been updated." latest

0 comments on commit f7c3588

Please sign in to comment.