forked from PluralFlux/PluralFlux
Update .gitea/workflows/sync-from-mirror.yaml
All checks were successful
nodeJS remote worker / build (push) Successful in 43s
All checks were successful
nodeJS remote worker / build (push) Successful in 43s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user