Skip to content

Commit d3a0e26

Browse files
committed
fix custom id removal
1 parent dec3ac3 commit d3a0e26

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
@@ -770,6 +770,7 @@ class Utils {
770770
return tempDir;
771771
}
772772
}
773+
exports.Utils = Utils;
773774
// eslint-disable-next-line @typescript-eslint/no-var-requires
774775
Utils.USER_AGENT = 'setup-jfrog-cli-github-action/' + require('../package.json').version;
775776
// Default artifactory URL and repository for downloading JFrog CLI
@@ -823,4 +824,3 @@ Utils.CUSTOM_SERVER_ID = 'custom-server-id';
823824
// It cannot be linked to the repository, as GitHub serves the image from a CDN,
824825
// which gets blocked by the browser, resulting in an empty image.
825826
Utils.MARKDOWN_HEADER_PNG_URL = 'https://media.jfrog.com/wp-content/uploads/2024/09/02161430/jfrog-job-summary.svg';
826-
exports.Utils = Utils;

0 commit comments

Comments
 (0)