Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit e1e1642

Browse files
committed
Fix custom action path
1 parent b0a0e46 commit e1e1642

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
NODE_VERSION: 18
1919
steps:
2020
- uses: actions/checkout@v2
21-
- uses: ./.github/actions/common.yml
21+
- uses: ./.github/actions/common
2222
with:
2323
node-version: ${{ env.NODE_VERSION }}
2424
- name: Build
@@ -33,7 +33,7 @@ jobs:
3333
node-version: [18]
3434
steps:
3535
- uses: actions/checkout@v2
36-
- uses: ./.github/actions/common.yml
36+
- uses: ./.github/actions/common
3737
with:
3838
node-version: ${{ matrix.node-version }}
3939
- name: Test

0 commit comments

Comments
 (0)