You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// composite steps inherit the timeout from the parent, set by https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepstimeout-minutes
393
+
child.SetTimeout(timeout);
394
+
}
395
+
389
396
child.EchoOnActionCommand=EchoOnActionCommand;
390
397
391
398
if(recordOrder!=null)
@@ -425,7 +432,7 @@ public IExecutionContext CreateEmbeddedChild(
// composite steps inherit the timeout from the parent, set by https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepstimeout-minutes
0 commit comments