mirror of
https://github.com/cluntop/tvbox.git
synced 2026-01-12 23:50:11 +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: |
|
run: |
|
||||||
git checkout --orphan latest_branch
|
git checkout --orphan latest_branch
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "purge history and cleanup garbage"
|
git commit -m "purge history"
|
||||||
git branch -D main
|
git branch -D main
|
||||||
git branch -m 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
|
if [ -n "$(git status --porcelain)" ]; then
|
||||||
echo "Changes detected, committing..."
|
echo "Changes detected, committing..."
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Update m3u $(date '+%m-%d %H:%M')"
|
git commit -m "Update m3u"
|
||||||
|
|
||||||
git pull --rebase origin main
|
git pull --rebase origin main
|
||||||
git push 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."
|
echo "No changes to commit."
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
COMMIT_MSG="Update zip $(date '+%m-%d %H:%M')"
|
COMMIT_MSG="Update zip"
|
||||||
git commit -m "$COMMIT_MSG"
|
git commit -m "$COMMIT_MSG"
|
||||||
|
|
||||||
git push origin HEAD:main
|
git push origin HEAD:main
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user