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

Commit 26e5f65

Browse files
committed
chore: fix ci syntax error
1 parent 87dcd17 commit 26e5f65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
run: cd packages/varlet-vue2-ui && pnpm test
3131

3232
- name: Report coverage to Codecov
33-
uses: codecov/codecov-action@v1
34-
with:
35-
token: ${{ secrets.CODECOV_TOKEN }}
33+
uses: codecov/codecov-action@v1
34+
with:
35+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)