From 9d2ac3a86174f69f9cf6c783c811f4fe18af6906 Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Thu, 3 Aug 2023 21:44:59 -0400 Subject: [PATCH] add fetch-depth --- .github/workflows/test_action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_action.yaml b/.github/workflows/test_action.yaml index f95f772..654af12 100644 --- a/.github/workflows/test_action.yaml +++ b/.github/workflows/test_action.yaml @@ -11,6 +11,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: 'check if the PR branch is updated or not' id: check_pr_is_updated