phishy / wflow

🐆 EXPERIMENTAL -- Runs GitHub Actions workflows locally (local) -- Don't run your YAML like a 🐪

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Give an example event.json

tylerauerbeck opened this issue · comments

From a quick glance at a repo, there doesn't seem to be a lot of documentation of what needs to be in event.json (outside of a Github webhook payload). That makes sense, but it may be worth providing an example event.json and pointing to somewhere folks can find examples of GH webhook payloads.

Apologies if I'm just missing where this might already be at. Otherwise, happy to contribute if others think this would be useful.

It's a GitHub Event syntax. There are some examples here: https://developer.github.com/v3/activity/events/types/#pushevent

You can also find them in the webhooks section of your repo on GitHub. All the payloads are there. I'll update the documentation shortly.