File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ This examples will retrieve `coverage/coverage-summary.json` results from prior
5151
5252``` yaml
5353- name : Add Test Coverage Comment on PR and GitHub Summary
54- uses : aguilita1/github-script-post-comment
54+ uses : aguilita1/github-script-post-comment@v1
5555 env :
5656 JEST_THRESHOLD_LINES : 75
5757 with :
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @aguilita1/github-script-post-comment" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " GitHub Action to run custom JavaScript and post results to GitHub summary and Pull Request" ,
5+ "author" : " Daniel I. Kelley" ,
6+ "license" : " MIT" ,
7+ "main" : " action.yml" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " https://github.com/aguilita1/github-script-post-comment.git"
11+ },
12+ "keywords" : [
13+ " github" ,
14+ " actions" ,
15+ " javascript" ,
16+ " post-comment" ,
17+ " pull-request" ,
18+ " github-step-summary" ,
19+ " github-script"
20+ ],
21+ "dependencies" : {
22+ "actions/github-script" : " ^8.0.0"
23+ }
24+ }
25+
You can’t perform that action at this time.
0 commit comments