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 dec3ac3 commit d3a0e26Copy full SHA for d3a0e26
lib/utils.js
@@ -770,6 +770,7 @@ class Utils {
770
return tempDir;
771
}
772
773
+exports.Utils = Utils;
774
// eslint-disable-next-line @typescript-eslint/no-var-requires
775
Utils.USER_AGENT = 'setup-jfrog-cli-github-action/' + require('../package.json').version;
776
// Default artifactory URL and repository for downloading JFrog CLI
@@ -823,4 +824,3 @@ Utils.CUSTOM_SERVER_ID = 'custom-server-id';
823
824
// It cannot be linked to the repository, as GitHub serves the image from a CDN,
825
// which gets blocked by the browser, resulting in an empty image.
826
Utils.MARKDOWN_HEADER_PNG_URL = 'https://media.jfrog.com/wp-content/uploads/2024/09/02161430/jfrog-job-summary.svg';
-exports.Utils = Utils;
0 commit comments