Skip to content

chore: update breaking changes in changelog #495

chore: update breaking changes in changelog

chore: update breaking changes in changelog #495

Workflow file for this run

name: Sync Wiki
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Sync Wiki
run: ./.github/scripts/sync-wiki.sh
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}