fix: correct workflow-dispatch URL and input name #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/workflow-dispatch-url"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two bugs in the
Trigger coder buildstep introduced in PR #23:Bug 1: Missing
https://prefixThe runner resolves
git.michaelsasser.org/actions/...@mainas an owner/repo path ondata.forgejo.org(the action cache mirror), not the real host. External Forgejo actions must use the full URL:Bug 2: Wrong input key
The action accepts
workflowname, notworkflow. Ref: https://git.michaelsasser.org/actions/workflow-dispatch