Github block - Create Workflow Run - missing inputs parameter
Hi community,
I wanted to run my Github workflow from QAA and I found this block (Github - Create Workflow Run) which should do what I want. But as I can see there is no body for additional inputs. I wanted to send several parameters to the workflow but it seems it is not possible. In Github API definition I can see it is, but not from QAA block which is referring to that endpoint.
1) QAA - Github - Create Workfow Run - only Owner, Repository, Workflow Id and Ref fields available.
There is everything stated above + Inputs specified in body being able to send some extra info
inputsobject
Input keys and values configured in the workflow file. The maximum number of properties is 10. Any default properties configured in the workflow file will be used wheninputsare omitted.
Do you know any workaround or planned deployment date for that small enhancement enabling big things?