mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 16:17:40 +00:00
Add files via upload
This commit is contained in:
16
.github/workflows/Sync-Fork.yaml
vendored
Normal file
16
.github/workflows/Sync-Fork.yaml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Automatic Sync fork
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 */15 * *'
|
||||
workflow_dispatch: { }
|
||||
jobs:
|
||||
sync:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- run: gh repo sync $REPOSITORY -b $BRANCH_NAME
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
REPOSITORY: ${{ github.repository }}
|
||||
BRANCH_NAME: ${{ github.ref_name }}
|
||||
Reference in New Issue
Block a user