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 10, 2024
1 parent 4065741 commit f4efb8d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/Update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ jobs:
# 节目源
rm -f EPG.xml && wget https://epg.112114.xyz/pp.xml -O EPG.xml
#标识更新日期
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 All @@ -117,3 +114,10 @@ jobs:
- name: Push
run: git push -f origin Files

- name: Apply
run: |
Emoji=("🎉" "🤞" "✨" "🎁" "🎈" "🎄" "🎨" "💋" "🍓" "🍕" "🍉" "💐" "🌴" "🚀" "🛸" "🗽" "⛅" "🌈" "🔥" "⛄" "🐶" "🏅" "🦄" "🐤")
git add .
git commit -m "${Emoji[$[$RANDOM % ${#Emoji[@]}]]} Sync $(date +%Y-%m-%d" "%H:%M:%S)"
git push -f

0 comments on commit f4efb8d

Please sign in to comment.