workflow-dispatch
workflow-dispatch copied to clipboard
A GitHub Action for triggering workflows, using the `workflow_dispatch` event
**Issue:** As discussed [here](https://github.com/aurelien-baudet/workflow-dispatch/pull/15/files#r1437778117), I figured out that the current function `octokit.rest.checks.listForRef`, which is based on [`repos/OWNER/REPO/commits/REF/check-runs`](https://docs.github.com/en/rest/checks/runs?apiVersion=2022-11-28#list-check-runs-for-a-git-reference), and used to retrieve the run id, when a run-name is provided, is...
## Problem Node 16 actions are [deprecated](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/). This action should be updated to Node 20. ## Changes - Update action and workflows to use Node 20 - Update dependencies (see...
Upgraded repo to support current stable nodeJS and libraries. - node 16 -> node 20 - actions-github v5 -> v6 - corrected input types (true != "true")
Hello, we started using this action and find it very useful except that if we use a GitHub App token it terminated after 1h because of the token expiration which...