Skip to content

Commit

Permalink
Remove extra curly bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
heavymachinery committed Jan 9, 2025
1 parent a77adc6 commit d30f5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner.Worker/ActionManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ private async Task DownloadRepositoryActionAsync(IExecutionContext executionCont
}
else
{
executionContext.Output($"Download action repository '{downloadInfo.NameWithOwner}@{downloadInfo.Ref}' (SHA:{downloadInfo.ResolvedSha})"); }
executionContext.Output($"Download action repository '{downloadInfo.NameWithOwner}@{downloadInfo.Ref}' (SHA:{downloadInfo.ResolvedSha})");
}

//download and extract action in a temp folder and rename it on success
Expand Down

0 comments on commit d30f5ea

Please sign in to comment.