Skip to content

Commit a613505

Browse files
committed
Remove actions
1 parent 8a2335c commit a613505

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/actions/main/action.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- run: npm ci
2222
- run: npm run build
2323
- name: main action
24-
uses: ./.github/actions/main
2524
env:
2625
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
run: node build/index.js

0 commit comments

Comments
 (0)