From 439ac01f8829f7241b6524698304c441960ed891 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Wed, 5 Feb 2025 17:49:00 -0800 Subject: [PATCH] Change to depth flag --- .github/workflows/cherryPick.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cherryPick.yml b/.github/workflows/cherryPick.yml index 3f80963f34a8..32d6006d82ff 100644 --- a/.github/workflows/cherryPick.yml +++ b/.github/workflows/cherryPick.yml @@ -42,7 +42,7 @@ jobs: submodules: true - name: Run git fetch - run: git fetch origin main --fetch-depth=1 + run: git fetch origin main --depth=1 - name: Set up git for OSBotify id: setupGitForOSBotify