[X] I checked all open bugs and none of them matched my problem.
Reproducible test case
see below
Please select the environment(s) that are relevant to your bug report
[ ] TypeScript
[ ] Enterprise
[ ] Browsers
[ ] Node
[X] Deno
Version
Octokit.VERSION
"4.0.4"
What happened?
When invoking create workflow dispatch for a specific workflow on a specific branch, it yields a 404. The workflow is only present on the specific branch.
Please avoid duplicates
Reproducible test case
see below
Please select the environment(s) that are relevant to your bug report
Version
What happened?
When invoking create workflow dispatch for a specific workflow on a specific branch, it yields a 404. The workflow is only present on the specific branch.
Also tried with numeric id instead of yml filename.
The expected behavior (as with gh-client) is a 204 response:
It seems that the
ref
param is not correctly passed. Tried with both a simple branch name as the showngit ref
specifier.Unfortunately, I was not able to get the exact http request to be logged.
Would you be interested in contributing a fix?