benc-uk / workflow-dispatch

A GitHub Action for triggering workflows, using the `workflow_dispatch` event
MIT License
327 stars 125 forks source link

Support path for workflow reference #27

Closed newhoggy closed 2 years ago

newhoggy commented 3 years ago

Sometimes two workflows can have the same name. This might happen because of a PR from another organisation. To avoid ambiguities and the possibility the Github Action can pick to wrong workflow allow the full path to the workflow YAML file to be used instead.

benc-uk commented 2 years ago

Fixed in v1.2 and master