Skip to content

Commit

Permalink
Merge pull request #111 from bmsteven/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
bmsteven authored Apr 25, 2022
2 parents 8c11e9d + f91e2ee commit 890885f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
- name: Build
run: npm install

- name: install packages
run: npm install -g axios @octokit/core @actions/github @actions/core
- uses: ./
with:
GITHUB_TOKEN: ${{secrets.TOKEN}}
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules


2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
required: true
runs:
using: 'node16'
main: './src/actions.js'
main: './action/index.js'

branding:
icon: 'package'
Expand Down
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 1.0.1
* fix typo
# 1.0.1
* test bump version
# 1.0.1
* test bump version
# 1.0.1
* test bump version
# 1.0.1
* add git pull before bumping version
# 1.0.1
* test bump version
# 1.0.1
* add changelog file
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "automate-pull-request",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "rm -rf action && ncc build src/actions.js -o action",
"start": "babel-node src/actions.js",
"deploy":"cd src && zip -r -D test.zip .",
"deploy": "cd src && zip -r -D test.zip .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit 890885f

Please sign in to comment.