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
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>';
824
+
// Usage badge inserted at the end of the summary, in order to send usage data for the summary.
Copy file name to clipboardExpand all lines: src/utils.ts
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -520,9 +520,9 @@ export class Utils {
520
520
Utils.enableJobSummaries();
521
521
}
522
522
523
-
Utils.setUsageEnvVars()
523
+
Utils.setUsageEnvVars();
524
524
}
525
-
525
+
526
526
// Set usage variables to be captured by JFrog CLI visibility metric service.
527
527
publicstaticsetUsageEnvVars(): void{
528
528
// Set the GitHub repository name or default to an empty string.
@@ -906,7 +906,9 @@ export class Utils {
906
906
}
907
907
908
908
privatestaticgetMarkdownFooter(){
909
-
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>';
909
+
// Usage badge inserted at the end of the summary, in order to send usage data for the summary.
0 commit comments