Skip to content

fix: curio: refactor curio graceful shutdown (#11794) #14

fix: curio: refactor curio graceful shutdown (#11794)

fix: curio: refactor curio graceful shutdown (#11794) #14

name: sync-master-main
on:
push:
branches:
- master
permissions:
contents: write
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: update remote branch main
run: |
# overrides the remote branch (origin:github) `main`
git push origin --force master:main