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

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Add an optional `sha` input that will assert that the `ref` points at the given `sha`.

According to the docs, I can pass the > ID of the workflow to trigger and run to `with.workflow`. I have successfully invoked a workflow by name, i.e. ``` -...

I am working on GitHub actions, and I have a case where I need to send a multiline string as json. I am getting some unexpected token error. This is...

This is more of a question than an issue. We have this up and running to run a workflow from a different repository perfectly. In the second repository, we have...

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...

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

If I fire a workflow dispatch as `uses: benc-uk/workflow-dispatch@v1 with: token: TOKEN workflow: Listen For Trigger` In theory, I can have 2 yamls with the trigger as `name: Listen For...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I need to trigger at least 4 parallel workflows after one particular workflow has finished. I think this action's syntax could be extended to something like this: ```yaml name: Workflow...

enhancement