You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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 }}
|