Skip to content

use curl

use curl #13

Workflow file for this run

name: Sync Wiki

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

View workflow run for this annotation

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

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: call-wiki-sync
on:
push:
branches:
- wiki/master
jobs:
call-wiki-sync:
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"}'