Skip to content

Commit 757d553

Browse files
authored
Merge pull request #69 from bmsteven/feat/test_branch
fix issues
2 parents eff3d8e + e18adfb commit 757d553

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
required: true
1515
runs:
1616
using: 'node16'
17-
main: './src/develop_actions.js'
17+
main: './src/actions.js'
1818

1919
branding:
2020
icon: 'package'

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "automate pull request",
2+
"name": "automate-pull-request",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"build": "rm -rf action && ncc build src/develop_actions.js -o action",
8-
"start": "babel-node src/develop_actions.js",
7+
"build": "rm -rf action && ncc build src/actions.js -o action",
8+
"start": "babel-node src/actions.js",
99
"deploy":"cd src && zip -r -D test.zip .",
1010
"test": "echo \"Error: no test specified\" && exit 1"
1111
},
File renamed without changes.

0 commit comments

Comments
 (0)