workflow-dispatch icon indicating copy to clipboard operation
workflow-dispatch copied to clipboard

A GitHub Action for triggering workflows, using the `workflow_dispatch` event

Results 40 workflow-dispatch issues
Sort by recently updated
recently updated
newest added

I'm having some issues when triggering a workflow in another repository. Let's say that I'm developing something in `Org/A` repository and I want to trigger a workflow in `Org/B` repository...

I'm experiencing a strange issue where this action is unable to successfully dispatch an event for some workflows in my repository. I am trying to trigger 5 workflows in a...

It would be nice to be able to somehow display the URLs directly to the new jobs from the calling workflow

Upgrade from node12 to node16 (due to a deprecation warning in a workflow's summary):

Node12 is not supported on arm64 runners on macOS

GH token can be used to trigger workflows. Please update the docs. It's a bit misleading. Just checked that this works ```yaml - name: Invoke workflow without inputs uses: benc-uk/workflow-dispatch@v1...

Resolves https://github.com/benc-uk/workflow-dispatch/issues/41 Per [this GitHub changelog item](https://github.blog/changelog/2022-09-08-github-actions-use-github_token-with-workflow_dispatch-and-repository_dispatch/): > Customers will now be able to use the `GITHUB_TOKEN` with `workflow_dispatch` and `repository_dispatch` events to trigger workflows.

https://github.com/benc-uk/workflow-dispatch/issues/41

Update to node 16 since node 12 is deprecated

Is there a way to output a link to the workflow run the dispatch started? Right now one has to go over the other workflow or repo, and make the...