diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index b154004..cc700bc 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -18,7 +18,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: + # These are needed to make ad-m/github-push-action work + # https://github.com/ad-m/github-push-action/tree/d91a481090679876dfc4178fef17f286781251df#example-workflow-file persist-credentials: false + fetch-depth: 0 - name: Cleanup run: |