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 @@ -9623,7 +9623,7 @@ if(_actions_github__WEBPACK_IMPORTED_MODULE_1__.context.eventName !== 'pull_requ
96239623
96249624 - ${testId}
96259625
9626- sha: ${_actions_github__WEBPACK_IMPORTED_MODULE_1__.context.sha}
9626+ <!-- sha: ${_actions_github__WEBPACK_IMPORTED_MODULE_1__.context.sha} -->
96279627 ${_lib_constants_js__WEBPACK_IMPORTED_MODULE_3__/* .signiture */ .o}`;
96289628 await octokit.rest.issues.createComment({
96299629 owner: _actions_github__WEBPACK_IMPORTED_MODULE_1__.context.repo.owner,
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ if(context.eventName !== 'pull_request') {
4242
4343 - ${ testId }
4444
45- sha: ${ context . sha }
45+ <!-- sha: ${ context . sha } -->
4646 ${ signiture } ` ;
4747 await octokit . rest . issues . createComment ( {
4848 owner : context . repo . owner ,
You can’t perform that action at this time.
0 commit comments