Skip to content

Instantly share code, notes, and snippets.

@dangmai
Created February 4, 2020 16:41
Show Gist options
  • Save dangmai/e427c4f5baddac20171df1c6aabb1440 to your computer and use it in GitHub Desktop.
Save dangmai/e427c4f5baddac20171df1c6aabb1440 to your computer and use it in GitHub Desktop.
Manually trigger apex-ast-serializer jorje update
curl -H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token <your-token-here>" \
--request POST \
--data '{"event_type": "manual-jorje-update"}' \
https://api.github.com/repos/dangmai/apex-ast-serializer/dispatches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment