We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad061fc commit e6e125cCopy full SHA for e6e125c
lib/utils.js
@@ -767,6 +767,7 @@ class Utils {
767
return tempDir;
768
}
769
770
+exports.Utils = Utils;
771
// eslint-disable-next-line @typescript-eslint/no-var-requires
772
Utils.USER_AGENT = 'setup-jfrog-cli-github-action/' + require('../package.json').version;
773
// Default artifactory URL and repository for downloading JFrog CLI
@@ -822,4 +823,3 @@ Utils.CUSTOM_SERVER_ID = 'custom-server-id';
822
823
Utils.MARKDOWN_HEADER_PNG_URL = 'https://media.jfrog.com/wp-content/uploads/2024/09/02161430/jfrog-job-summary.svg';
824
// Flag to indicate if the summary header is accessible, can be undefined if not checked yet.
825
Utils.isSummaryHeaderAccessible = undefined;
-exports.Utils = Utils;
0 commit comments