name: Sync Fork on: schedule: - cron: '*/30 * * * *' # every 30 minutes workflow_dispatch: # on button click jobs: sync: runs-on: ubuntu-latest steps: - uses: tgymnich/fork-sync@v2.0 with: token: ${{ secrets.PERSONAL_TOKEN }} owner: llvm base: master head: master
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter