Skip to content

Commit

Permalink
extract const
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Jan 6, 2025
1 parent a2fa6e8 commit 9bd6b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@ class Utils {
return process.env.GITHUB_WORKFLOW || '';
}
}
exports.Utils = Utils;
// eslint-disable-next-line @typescript-eslint/no-var-requires
Utils.USER_AGENT = 'setup-jfrog-cli-github-action/' + require('../package.json').version;
// Default artifactory URL and repository for downloading JFrog CLI
Expand Down Expand Up @@ -964,4 +965,3 @@ Utils.SOURCE_PARAM_VALUE = '1';
// Metric query parameter indicating the metric type
Utils.METRIC_PARAM_KEY = 'm';
Utils.METRIC_PARAM_VALUE = '1';
exports.Utils = Utils;

0 comments on commit 9bd6b00

Please sign in to comment.