mirror of
https://github.com/cluntop/tvbox.git
synced 2026-01-12 10:58:41 +08:00
Update Up
This commit is contained in:
parent
e835fe8b48
commit
fc07284ba7
2
.github/workflows/clear.yml
vendored
2
.github/workflows/clear.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
run: |
|
||||
git checkout --orphan latest_branch
|
||||
git add -A
|
||||
git commit -m "purge history and cleanup garbage"
|
||||
git commit -m "purge history"
|
||||
git branch -D main
|
||||
git branch -m main
|
||||
|
||||
|
||||
2
.github/workflows/tv_run.yml
vendored
2
.github/workflows/tv_run.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
echo "Changes detected, committing..."
|
||||
git add .
|
||||
git commit -m "Update m3u $(date '+%m-%d %H:%M')"
|
||||
git commit -m "Update m3u"
|
||||
|
||||
git pull --rebase origin main
|
||||
git push origin main
|
||||
|
||||
2
.github/workflows/zip.yml
vendored
2
.github/workflows/zip.yml
vendored
@ -82,7 +82,7 @@ jobs:
|
||||
echo "No changes to commit."
|
||||
exit 0
|
||||
else
|
||||
COMMIT_MSG="Update zip $(date '+%m-%d %H:%M')"
|
||||
COMMIT_MSG="Update zip"
|
||||
git commit -m "$COMMIT_MSG"
|
||||
|
||||
git push origin HEAD:main
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user