diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 965ae36..64ed39f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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}} diff --git a/.gitignore b/.gitignore index e67876a..a18f38a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules +.env diff --git a/action.yml b/action.yml index c55e067..80b4f06 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: required: true runs: using: 'node16' - main: './src/actions.js' + main: './action/index.js' branding: icon: 'package'