Open jg1000c opened 3 months ago
It looks like the task arguments section has changed and the current Semaphore version doesn't match the documentation. I'm not clear on what the Args formatting should look like, for example key=value or key="value", not sure how to use args now.
I did confirm that this style works varible_name="value" for passing extra args.
For multiple values, needs to look like this:
It looks like the task arguments section has changed and the current Semaphore version doesn't match the documentation. I'm not clear on what the Args formatting should look like, for example key=value or key="value", not sure how to use args now.