File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export async function executeCommand(commandString: string) {
4040 } finally {
4141 finished ++ ;
4242 logger . brief (
43- `${ finished } /${ repositories . length } repositories finished .. .` ,
43+ `${ finished } /${ repositories . length } test on ' ${ repository . repository } ' completed .` ,
4444 ) ;
4545 }
4646 } ) ,
Original file line number Diff line number Diff line change 11import * as github from "@actions/github" ;
2- import { IS_TRIGGERED_BY_GITHUB_ISSUE_COMMENT , GITHUB_ACTION_JOB_URL } from "./constants.ts" ;
2+ import {
3+ IS_TRIGGERED_BY_GITHUB_ISSUE_COMMENT ,
4+ GITHUB_ACTION_JOB_URL ,
5+ } from "./constants.ts" ;
36import { getOctokit } from "./octokit.ts" ;
47import { codeBlock } from "./utilities.ts" ;
58import { inspect } from "node:util" ;
You can’t perform that action at this time.
0 commit comments