mirror of
https://github.com/Free-TV/IPTV.git
synced 2026-09-25 03:21:20 +02:00
Compare commits
1
Commits
automate
...
automate-1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac52d5bfb2 |
@@ -0,0 +1,20 @@
|
|||||||
|
name: Update playlist
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ automate-1 ]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
update-plalist:
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Update playlist
|
||||||
|
run: |
|
||||||
|
git config user.name "PlaylistBot"
|
||||||
|
git config user.email "[email protected]"
|
||||||
|
git add .
|
||||||
|
git commit --quiet -m "Update Playlist (GitHub Actions)"
|
||||||
|
git push -f origin automate-1
|
||||||
Reference in New Issue
Block a user