mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-22 10:34:42 +08:00
feat: transfer as organization repo
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -159,6 +159,6 @@ jobs:
|
||||
- name: Refresh VERSION.txt cache
|
||||
run: |
|
||||
echo "Refreshing VERSION.txt cache..."
|
||||
curl -s https://purge.jsdelivr.net/gh/senshinya/moontv/VERSION.txt
|
||||
curl -s https://purge.jsdelivr.net/gh/LunaTechLab/moontv/VERSION.txt
|
||||
echo ""
|
||||
echo "VERSION.txt cache refreshed successfully"
|
||||
|
||||
2
.github/workflows/sync.yml
vendored
2
.github/workflows/sync.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
id: sync
|
||||
uses: aormsby/Fork-Sync-With-Upstream-action@v3.4.1
|
||||
with:
|
||||
upstream_sync_repo: senshinya/MoonTV
|
||||
upstream_sync_repo: LunaTechLab/MoonTV
|
||||
upstream_sync_branch: main
|
||||
target_sync_branch: main
|
||||
target_repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user