Skip to content

Commit

Permalink
Update Update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaoting authored Jul 9, 2024
1 parent 13d29ec commit 0c53bc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ jobs:
rm -f EPG.xml && wget https://epg.112114.xyz/pp.xml -O EPG.xml
#标识更新日期
echo "Auto Update IPTV in ${GET_TIME}" > README.md
sed '/Auto Update IPTV & Radio in/d' README.md
sed -i '1i Auto Update IPTV & Radio in ${GET_TIME}' README.md
- name: Clean
run: |
Expand Down

0 comments on commit 0c53bc8

Please sign in to comment.