nginx-proxy-auto-docker/.github/workflows/sync_fork.yml
Robin Windey e014a94d5c
Make merge PR
Make merge PR for not having diff between fork and upstream
2020-10-10 11:28:46 +02:00

18 lines
337 B
YAML

name: Sync Fork
on:
workflow_dispatch:
schedule:
- cron: '30 20 * * *'
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: TG908/fork-sync@v1.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
owner: nginx-proxy
base: master
head: master
ignore_fail: true