Create alternate logic branch for workflow-call

This commit is contained in:
Felipe Suero
2023-04-06 16:45:45 -04:00
parent d08fed3cf5
commit 41b8fa9231
3 changed files with 20 additions and 24 deletions
@@ -158,7 +158,7 @@ export type WorkflowDispatchConfig = {
};
export type WorkflowCallConfig = {
inputs?: {[inputName: string]: InputConfig};
inputs?: {[inputName: string]: InputConfig & {default?: string | boolean | number | ScalarToken}};
secrets?: {[secretName: string]: SecretConfig};
// TODO - these are supported in C# and Go but not in TS yet
// outputs: { [outputName: string]: OutputConfig }