From 41d5c0a4ecb8002c50ff19364b729142ca1bda6d Mon Sep 17 00:00:00 2001 From: Bennett Benedict Date: Sun, 24 Apr 2022 15:35:06 +0300 Subject: [PATCH 1/2] 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' From 40f7a67c91ddc0303cfdebf585d206241c3760ce Mon Sep 17 00:00:00 2001 From: Benedict Steven <48621248+bmsteven@users.noreply.github.com> Date: Mon, 25 Apr 2022 14:25:10 +0300 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e67876a..a18f38a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules +.env