Skip to content

shufflewzc3-sync #18832

shufflewzc3-sync

shufflewzc3-sync #18832

Workflow file for this run

name: shufflewzc3-sync
on:
schedule:
- cron: '1 * * * *'
workflow_dispatch:
watch:
types: started
repository_dispatch:
types: sync-shufflewzc-faker3
jobs:
repo-sync:
env:
PAT: ${{ secrets.PAT }}
runs-on: ubuntu-latest
if: github.event_name == 'schedule' || github.event.repository.owner.id == github.event.sender.id
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: sync shufflewzc-faker3
uses: repo-sync/github-sync@v2
if: env.PAT
with:
source_repo: "https://github.com/shufflewzc/faker3.git"
source_branch: "main"
destination_branch: "shufflewzc3"
github_token: ${{ secrets.PAT }}