You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/utils.js
+17-3Lines changed: 17 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -728,21 +728,33 @@ class Utils {
728
728
staticgetMarkdownFooter(){
729
729
return'\n\n # \n\n The above Job Summary was generated by the <a href="https://github.com/marketplace/actions/setup-jfrog-cli"> Setup JFrog CLI GitHub Action </a>';
730
730
}
731
+
/**
732
+
* Checks if the header image is accessible via the internet.
733
+
* saves the result in a static variable to avoid multiple checks.
0 commit comments