Skip to content

Commit

Permalink
Update src/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Sverdlov <[email protected]>
  • Loading branch information
eyalbe4 and sverdlov93 authored Dec 23, 2024
1 parent 61a3806 commit cb9ffbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ export class Utils {
Utils.setUsageEnvVars()
}

// Set usage variables to be captured by JFrog CLI.
// Set usage variables to be captured by JFrog CLI visibility metric service.
public static setUsageEnvVars(): void {
// Set the GitHub repository name or default to an empty string.
core.exportVariable('JFROG_CLI_USAGE_GIT_REPO', process.env.GITHUB_REPOSITORY ?? '');
Expand Down

0 comments on commit cb9ffbe

Please sign in to comment.