From c065f3eb5c72c00b566b47db24934e6722f7e89a Mon Sep 17 00:00:00 2001 From: Y-T-G <32206511+Y-T-G@users.noreply.github.com> Date: Sat, 18 Jan 2025 22:51:11 +0800 Subject: [PATCH] Update workflow --- .github/workflows/discussion.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/discussion.yaml b/.github/workflows/discussion.yaml index 592c188..d935188 100644 --- a/.github/workflows/discussion.yaml +++ b/.github/workflows/discussion.yaml @@ -18,7 +18,10 @@ jobs: contents: write steps: - - uses: actions/checkout@v4 + - name: Checkout repository + uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v5