Skip to content

fix yaml

fix yaml #15

Workflow file for this run

name: Sync Wiki
on:
push:
branches:
- wiki/master
jobs:
call-wiki-sync:
runs-on: ubuntu-latest
steps:
- run: |
curl \

Check failure on line 13 in .github/workflows/sync-wiki.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sync-wiki.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
-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"}'