Skip to content

Commit 7d99e41

Browse files
authored
Fix naming (#8)
* Fix naming * Update contents of the dist directory * Update package.json * Update package.json * Update action.yml --------- Co-authored-by: goruha <[email protected]>
1 parent d6d9207 commit 7d99e41

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PR Info
1+
name: pr-info
22
author: 8BitJonny
33
description: Get the PR info associated with the current commit.
44
inputs:

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "actiongetcurrentpr",
3-
"version": "3.0.0",
2+
"name": "pr-info",
3+
"version": "0.1.0",
44
"description": "Github Action for getting the current PR if the commit belongs to one",
55
"main": "lib/main.js",
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"Javascript"
2323
],
2424
"author": "8BitJonny",
25-
"license": "SEE LICENSE IN LICENSE file",
25+
"license": "GPL-3.0",
2626
"bugs": {
2727
"url": "https://github.com/cloudposse-github-actions/pr-info/issues"
2828
},

0 commit comments

Comments
 (0)