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

sync-upstream.yml#904

Closed
lwwwry558 wants to merge 1 commit intoLibreSpark:mainfrom
lwwwry558:patch-4
Closed

sync-upstream.yml#904
lwwwry558 wants to merge 1 commit intoLibreSpark:mainfrom
lwwwry558:patch-4

Conversation

@lwwwry558
Copy link

Create sync-upstream

Create sync-upstream
Copy link
Author

@lwwwry558 lwwwry558 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@lwwwry558 lwwwry558 closed this Oct 23, 2025
@lwwwry558 lwwwry558 deleted the patch-4 branch October 23, 2025 09:01
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