Skip to content

Commit e933e61

Browse files
authored
Merge pull request #70 from BaharaJr/master
change action location
2 parents 757d553 + 41d5c0a commit e933e61

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
- name: Build
1414
run: npm install
1515

16-
- name: install packages
17-
run: npm install -g axios @octokit/core @actions/github @actions/core
1816
- uses: ./
1917
with:
2018
GITHUB_TOKEN: ${{secrets.TOKEN}}

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/actions.js'
17+
main: './action/index.js'
1818

1919
branding:
2020
icon: 'package'

0 commit comments

Comments
 (0)