We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ce65f commit 6e5ae63Copy full SHA for 6e5ae63
1 file changed
packages/engine/src/actions/index.ts
@@ -23,7 +23,6 @@ interface IRecord {
23
allowFailure: boolean | IAllowFailure; // step allow_failure > action allow_failure
24
command: string; // 记录当前执行的command
25
startTime: number; // 记录开始时间
26
- replaceOutput: boolean;
27
}
28
29
interface IOptions {
0 commit comments