Skip to content

Sync Fork

Sync Fork #1

Workflow file for this run

name: Sync Fork
on:
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Sync and merge upstream repository with your current repository
uses: dabreadman/[email protected]
with:
# URL of gitHub public upstream repo
upstream_repo: https://github.com/Top-Q/difido-reports.git
upstream_branch: master
downstream_branch: master
token: $({ secrets.GITHUB_TOKEN })