Skip to content

Commit 4197845

Browse files
committed
build: add dist folder and update workflow
1 parent 3feef55 commit 4197845

File tree

5 files changed

+21209
-8
lines changed

5 files changed

+21209
-8
lines changed

.github/workflows/test-action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ jobs:
99
uses: actions/checkout@v3
1010
with:
1111
persist-credentials: false
12-
- name: Use Node.js 16.x
13-
uses: actions/setup-node@v3
14-
with:
15-
node-version: 16
16-
- name: Install deps
17-
run: npm i
1812
- name: Start Patch
1913
uses: ./
2014
with:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules
22
package-lock.json
33
test/fixture/output.md
4-
dist

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ inputs:
1212
required: true
1313
runs:
1414
using: 'node16'
15-
main: 'lib/index.js'
15+
main: 'dist/index.js'

0 commit comments

Comments
 (0)