Skip to content

📝 docs(bot): Auto sync agents & plugin to readme #1

📝 docs(bot): Auto sync agents & plugin to readme

📝 docs(bot): Auto sync agents & plugin to readme #1

Workflow file for this run

name: Wiki Sync
on:
workflow_dispatch:
push:
paths:
- 'contributing/**'
branches:
- main
jobs:
update-wiki:
runs-on: ubuntu-latest
name: Wiki sync
steps:
- uses: OrlovM/Wiki-Action@v1
with:
path: 'contributing'
token: ${{ secrets.GH_TOKEN }}