Skip to content

fix yaml

fix yaml #16

Workflow file for this run

name: Sync Wiki
on:
push:
branches:
- wiki/master
jobs:
call-wiki-sync:
runs-on: ubuntu-latest
steps:
- run: |
curl \
-X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/actions/workflows/sync-wiki.yml/dispatches \
-d '{"ref":"refs/heads/master"}'