Skip to content

Sync Fork

Sync Fork #157

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
owner: grpc-ecosystem
head: master
base: main
ignore_fail: true