Skip to content

Commit 4e2e736

Browse files
committed
Fix footer spacing
1 parent 8ef5a16 commit 4e2e736

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
@@ -866,6 +866,7 @@ class Utils {
866866
return tempDir;
867867
}
868868
}
869+
exports.Utils = Utils;
869870
// eslint-disable-next-line @typescript-eslint/no-var-requires
870871
Utils.USER_AGENT = 'setup-jfrog-cli-github-action/' + require('../package.json').version;
871872
// Default artifactory URL and repository for downloading JFrog CLI
@@ -931,4 +932,3 @@ Utils.CUSTOM_SERVER_ID = 'custom-server-id';
931932
Utils.MARKDOWN_HEADER_PNG_URL = 'https://media.jfrog.com/wp-content/uploads/2024/09/02161430/jfrog-job-summary.svg';
932933
// Flag to indicate if the summary header is accessible, can be undefined if not checked yet.
933934
Utils.isSummaryHeaderAccessible = undefined;
934-
exports.Utils = Utils;

0 commit comments

Comments
 (0)