Skip to content

chore(docs): add Async as known issues to readme (#38) #21

chore(docs): add Async as known issues to readme (#38)

chore(docs): add Async as known issues to readme (#38) #21

Workflow file for this run

name: Sync branch
on:
push:
branches:
- main
permissions:
id-token: write
contents: write
jobs:
sync-branch:
name: Update generator-update branch
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: connor-baer/action-sync-branch@main
with:
branch: generator-update
token: ${{ secrets.GITHUB_TOKEN }}
force: false