Skip to content

Commit

Permalink
Create nowtur1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ipstreet312 authored Jan 9, 2025
1 parent 0e3b548 commit fa1bad4
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/nowtur1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: nowtur1 action

on:
schedule:
- cron: '03 */3 * * *'

workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3

- name: config
run: |
git config --global user.email "<>"
git config --global user.name "nowtur1 bot"
- name: updating nowtur
run: python3 ressources/tur/nowtur1.py > ressources/tur/nowtur1.m3u8

- name: git add
run: |
git add -A
ls -la
- name: commit & push
run: |
git pull origin master
git commit -m "nowtur1 updated"
git push origin master

0 comments on commit fa1bad4

Please # to comment.