Skip to content
Compare
Choose a tag to compare
@rogerkirkness rogerkirkness released this 25 Jan 19:17
· 28 commits to master since this release
6acf163
  • 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