Skip to content

Commit 2b090c8

Browse files
authored
Merge pull request #8 from mainmatter/hide-sha
Remove commit sha from the comment
2 parents 7204fd5 + 074f560 commit 2b090c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)