From 1cf43736fee84cc43c0b6467636e07bee592fccf Mon Sep 17 00:00:00 2001 From: kjsato Date: Tue, 5 Mar 2024 10:07:56 -0500 Subject: [PATCH] modify after-validate-submission.yaml to add fetch-depth 2 when Checkout for getting one ahead commit too --- .github/workflows/after-validate-submission.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/after-validate-submission.yaml b/.github/workflows/after-validate-submission.yaml index 14bb6f2a..7abdf25c 100644 --- a/.github/workflows/after-validate-submission.yaml +++ b/.github/workflows/after-validate-submission.yaml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 2 - name: Checkout and push to another repository uses: actions/checkout@v2