mirror of https://github.com/Free-TV/IPTV
Update update_playlist.yml to Action version 4
this change allows you to avoid errors in the action section when the job is automatically startedpull/539/head
parent
3b81a39383
commit
408934e9ba
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Update playlist
|
||||
run: |
|
||||
git config user.name "PlaylistBot" || true
|
||||
|
|
Loading…
Reference in New Issue