From f961d1b808122705b1ce19ea3cd6bec6ca99c1ca Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 9 Jan 2020 13:43:30 -0600 Subject: [PATCH] again? --- .github/workflows/cleanup-DEV.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cleanup-DEV.yml b/.github/workflows/cleanup-DEV.yml index ee478e8d..8e70025c 100644 --- a/.github/workflows/cleanup-DEV.yml +++ b/.github/workflows/cleanup-DEV.yml @@ -36,6 +36,7 @@ jobs: ########################## - name: Checkout Code uses: actions/checkout@v2 + run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* ###################### # Run Removal script #