From 41d5c0a4ecb8002c50ff19364b729142ca1bda6d Mon Sep 17 00:00:00 2001 From: Bennett Benedict Date: Sun, 24 Apr 2022 15:35:06 +0300 Subject: [PATCH] change action location --- .github/workflows/test.yml | 2 -- action.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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/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'