We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a28b7f commit ad061fcCopy full SHA for ad061fc
lib/utils.js
@@ -767,7 +767,6 @@ 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
@@ -823,3 +822,4 @@ Utils.CUSTOM_SERVER_ID = 'custom-server-id';
823
822
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