Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

sync-upstream.yml#903

Closed
lwwwry558 wants to merge 1 commit intoLibreSpark:mainfrom
lwwwry558:main
Closed

sync-upstream.yml#903
lwwwry558 wants to merge 1 commit intoLibreSpark:mainfrom
lwwwry558:main

Conversation

@lwwwry558
Copy link

name: LibreTV Sync Upstream

on:
schedule:
- cron: "0 3 * * *"
workflow_dispatch:

permissions:
contents: write

jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Add upstream
run: |
git remote add upstream https://github.com/LibreSpark/LibreTV.git
git fetch upstream
git merge upstream/main --allow-unrelated-histories -m "🔄 Sync from upstream"
git push origin main

Create sync-upstream
@lwwwry558 lwwwry558 closed this Oct 23, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant