Skip to content

Commit b263d0f

Browse files
committed
fix(): pipeline
1 parent a809718 commit b263d0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/label-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v2
3030

3131
- name: Install dependencies
32-
run: pnpm add @actions/core @actions/github
32+
run: npm i @actions/core @actions/github
3333

3434
- name: Add labels
3535
uses: ./.github/github-action/

0 commit comments

Comments
 (0)