Skip to content

Commit e6e125c

Browse files
committed
format
1 parent ad061fc commit e6e125c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,7 @@ class Utils {
767767
return tempDir;
768768
}
769769
}
770+
exports.Utils = Utils;
770771
// eslint-disable-next-line @typescript-eslint/no-var-requires
771772
Utils.USER_AGENT = 'setup-jfrog-cli-github-action/' + require('../package.json').version;
772773
// Default artifactory URL and repository for downloading JFrog CLI
@@ -822,4 +823,3 @@ Utils.CUSTOM_SERVER_ID = 'custom-server-id';
822823
Utils.MARKDOWN_HEADER_PNG_URL = 'https://media.jfrog.com/wp-content/uploads/2024/09/02161430/jfrog-job-summary.svg';
823824
// Flag to indicate if the summary header is accessible, can be undefined if not checked yet.
824825
Utils.isSummaryHeaderAccessible = undefined;
825-
exports.Utils = Utils;

0 commit comments

Comments
 (0)