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 #