fix CI #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
@agent can we fix the workflow-dispatch so that it uses this action properly https://git.michaelsasser.org/actions/workflow-dispatch
current error
look at our other repos use of this for context
Fixed in #7
The issue was that the old workflow-dispatch action syntax used incorrect parameters. I've:
build.ymlworkflow that was removedtest.ymlto trigger the build with the correct syntaxThe correct syntax (verified from commune/sandbox repo) is:
The old version was using
workflow:instead ofworkflowname:, which caused curl to fail with the--fail-with-bodyerror.