From 19df5355bad5d23d32e52a5cb54cc8f66f03b308 Mon Sep 17 00:00:00 2001 From: rebelonion <87634197+rebelonion@users.noreply.github.com> Date: Sun, 4 Feb 2024 04:17:24 -0600 Subject: [PATCH] add fetch depth --- .github/workflows/beta.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 2abc497e..c5895af1 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -16,6 +16,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v3 + with: + fetch-depth: 10 - name: Get Last 10 Commits id: get_commits