Skip to content

Commit

Permalink
ci: fix last update author not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanzisama committed Sep 30, 2024
1 parent d3fb84c commit 594effd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
# 拉取代码
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "setup pnpm"
uses: "pnpm/action-setup@v4"
- name: "setup node"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/wiki-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
# 拉取代码
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "setup pnpm"
uses: "pnpm/action-setup@v4"
- name: "setup node"
Expand Down

0 comments on commit 594effd

Please sign in to comment.