Update .gitea/workflows/sync-from-mirror.yaml
All checks were successful
nodeJS remote worker / build (push) Successful in 43s

This commit is contained in:
2026-02-28 17:50:17 +11:00
parent c16b397cfa
commit 7d438b1492

View File

@@ -1,12 +1,12 @@
name: Auto-Sync from Mirror name: Auto-Sync from Mirror
on: on:
# This triggers when the MIRROR repo gets an update
push: push:
repository: "Pluralflux/Pluralflux"
branches: [main,develop] branches: [main,develop]
jobs: jobs:
sync: sync:
runs-on: ubuntu-latest # Your local gitea runner runs-on: ubuntu-latest
steps: steps:
- name: Checkout Fork - name: Checkout Fork
uses: actions/checkout@v4 uses: actions/checkout@v4