fix: show correct last update time/author (#456)

This commit is contained in:
guqing
2024-10-30 17:35:26 +08:00
committed by GitHub
parent 58d9fa35e1
commit 97f7aba3a3

View File

@@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
with:
@@ -38,6 +40,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
with: