Skip to content

Commit 68f11da

Browse files
committed
added package.json; corrected documentation version
1 parent 3672692 commit 68f11da

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

README.md

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

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+

0 commit comments

Comments
 (0)