Skip to content

Commit ac4ea20

Browse files
continue on error (#757)
1 parent 23b135e commit ac4ea20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nuke/GithubActions/BaseGitHubActionsStep.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public override void Write(CustomFileWriter writer)
7171

7272
if (ContinueOnError)
7373
{
74-
writer.WriteLine($"continue-on-error: {Id}");
74+
writer.WriteLine("continue-on-error: true");
7575
}
7676
}
7777
}

0 commit comments

Comments
 (0)