Skip to content

Commit

Permalink
Update src/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Yahav Itschak <[email protected]>
  • Loading branch information
carmithersh and yahavi authored May 20, 2024
1 parent cca5b2c commit 0b5f464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export class Utils {
}
return payload;
}

public static async getAndAddCliToPath(jfrogCredentials: JfrogCredentials) {
let version: string = core.getInput(Utils.CLI_VERSION_ARG);
let cliRemote: string = core.getInput(Utils.CLI_REMOTE_ARG);
Expand Down

0 comments on commit 0b5f464

Please sign in to comment.