File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -828,7 +828,7 @@ class Utils {
828828 const githubJobId = Utils . encodeForUrl ( process . env . GITHUB_JOB || '' ) ;
829829 const gitRepo = Utils . encodeForUrl ( process . env . GITHUB_REPOSITORY || '' ) ;
830830 const runId = process . env . GITHUB_RUN_ID || '' ;
831- return `` ;
831+ return `` ;
832832 }
833833 static encodeForUrl ( value ) {
834834 return encodeURIComponent ( value ) ;
Original file line number Diff line number Diff line change @@ -916,7 +916,7 @@ export class Utils {
916916 const gitRepo : string = Utils . encodeForUrl ( process . env . GITHUB_REPOSITORY || '' ) ;
917917 const runId : string = process . env . GITHUB_RUN_ID || '' ;
918918
919- return `` ;
919+ return `` ;
920920 }
921921
922922 private static encodeForUrl ( value : string ) : string {
You can’t perform that action at this time.
0 commit comments