File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -12158,11 +12158,9 @@ function runAction(opts) {
12158
12158
setInputs ( action ) ;
12159
12159
core . endGroup ( ) ;
12160
12160
core . info ( "Starting private action " + action . name ) ;
12161
- core . startGroup ( "" + action . name ) ;
12162
12161
return [ 4 /*yield*/ , exec . exec ( "node " + path_1 . join ( actionPath , action . runs . main ) ) ] ;
12163
12162
case 5 :
12164
12163
_b . sent ( ) ;
12165
- core . endGroup ( ) ;
12166
12164
core . info ( "Cleaning up action" ) ;
12167
12165
rimraf_1 . sync ( opts . workDirectory ) ;
12168
12166
return [ 2 /*return*/ ] ;
Original file line number Diff line number Diff line change @@ -85,9 +85,7 @@ export async function runAction(opts: {
85
85
core . endGroup ( ) ;
86
86
87
87
core . info ( `Starting private action ${ action . name } ` ) ;
88
- core . startGroup ( `${ action . name } ` ) ;
89
88
await exec . exec ( `node ${ join ( actionPath , action . runs . main ) } ` ) ;
90
- core . endGroup ( ) ;
91
89
92
90
core . info ( `Cleaning up action` ) ;
93
91
sync ( opts . workDirectory ) ;
You can’t perform that action at this time.
0 commit comments