Skip to content

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead authored Oct 4, 2024
1 parent 2a6260f commit 7c90a29
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ public GitHubActionsCommands(
_fileSystem = fileSystem ?? throw new ArgumentNullException(nameof(fileSystem));
_writer = writer ?? throw new ArgumentNullException(nameof(writer));
_actionsEnvironment = actionsEnvironment ?? throw new ArgumentNullException(nameof(actionsEnvironment));
// Internal service class, keeping public API unchanged,
// introduced in pr https://github.com/cake-build/cake/pull/4350
_artifactsService = new GitHubActionsArtifactService(environment, fileSystem, actionsEnvironment, createHttpClient ?? throw new ArgumentNullException(nameof(createHttpClient)));
}

Expand Down

0 comments on commit 7c90a29

Please sign in to comment.