How can I initialize a Workflow with custom arguments?

Error

I need to put a custom repository name for Github Event Trigger.

Something like this:

How can I do it?

Hi @Alexander_Casas,
trigger nodes likes the Github Trigger node are the first node being executed when a workflow is running. Using an expression to map input data on you Github Trigger node won’t work because it has no input data.

You could create multiple Github Trigger nodes for different repositories, either in separate workflows or the same workflow.