From 97f7aba3a3532a77b415227547386c1f2df518c0 Mon Sep 17 00:00:00 2001 From: guqing <38999863+guqing@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:35:26 +0800 Subject: [PATCH] fix: show correct last update time/author (#456) --- .github/workflows/node.js.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index b8d0762..41fc73b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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: