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

## Problem [This line](https://github.com/benc-uk/workflow-dispatch/blob/798e70c97009500150087d30d9f11c5444830385/src/main.ts#L58) will return `foo-publish.yml` when given `publish.yml` which is not exactly what I would want. ## Solution Change that check to be for exact string matches, after...

Hi 👋 Just tried out your action (thanks 💥) and didn't get it to work ([logs](https://github.com/ddelange/actions-runner-controller-releases/actions/runs/3938563433/jobs/6737406003)): `Error: Resource not accessible by integration` The [yaml](https://github.com/ddelange/actions-runner-controller-releases/blob/c3c96bdb563ec06237db930ecb905aaef592b31c/.github/workflows/cron-release.yaml) is pretty straight-forward: - default token...

Hi Team, Following is my configuration which has all the required params but still getting not found with following error. ``` - name: Trigger Automation Workflow uses: benc-uk/workflow-dispatch@v1 with: token:...

Hi, after updating to v1.2.3 I have noticed that dispatching to a disabled workflow now fails the calling workflow instead of simply logging a warning. Since the code did not...

Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 Commits fb98306 Bumped v5.28.4...

dependencies

Hi @benc-uk, There is a fork of your action (aurelien-baudet/workflow-dispatch) which is providing a `wait-for-completion` action: https://github.com/aurelien-baudet/workflow-dispatch#wait-for-completion Looking at github history, it doesn't require a lot of commit https://github.com/aurelien-baudet/workflow-dispatch/commits/master/ But...

Hey, the README mentions that you can call a workflow in another repository, but can I call private repository from a public repository?

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

When using this action in PRs the default for a `github.ref` is `refs/pull//merge`. Using the current default would get you the following error: ``` Error: No ref found for: refs/pull/3508/merge...

This action was previously working for us but started failing randomly since about 3 weeks ago. I tried looking at its code but couldn't find anything to suggest what the...