- Removed event type
- Fixed spelling errors
- Update ref to use $ref (With default main) and not $INPUT_REF as default
- Updated the README
- Updated the API for fetching dispatches.
- Add additional parameters:
- ref
- inputs: pass arguments to the action that is being triggered (renamed from client_payload, this is according to the latest docs)
- propagate_failure: whether to fail the parent job if the child fails
- trigger_workflow: maybe you just want to wait for a job to finish
- wait_workflow: maybe you just want to trigger the job