We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 757d553 + 41d5c0a commit e933e61Copy full SHA for e933e61
2 files changed
.github/workflows/test.yml
@@ -13,8 +13,6 @@ jobs:
13
- name: Build
14
run: npm install
15
16
- - name: install packages
17
- run: npm install -g axios @octokit/core @actions/github @actions/core
18
- uses: ./
19
with:
20
GITHUB_TOKEN: ${{secrets.TOKEN}}
action.yml
@@ -14,7 +14,7 @@ inputs:
required: true
runs:
using: 'node16'
- main: './src/actions.js'
+ main: './action/index.js'
branding:
icon: 'package'
0 commit comments