From 0990ec08f9d5bca4de3c69e40de2b7ae1a17f584 Mon Sep 17 00:00:00 2001 From: kirrg001 Date: Wed, 15 Jan 2025 14:45:52 +0100 Subject: [PATCH] chore: fixed syntax err --- .github/workflows/cleanup-branches.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cleanup-branches.yaml b/.github/workflows/cleanup-branches.yaml index 30cefdebb..1712abbc4 100644 --- a/.github/workflows/cleanup-branches.yaml +++ b/.github/workflows/cleanup-branches.yaml @@ -21,7 +21,6 @@ jobs: env: DRY_RUN: ${{ inputs.dryRun }} steps: - - name: Checkout the repository - uses: actions/checkout@v3 with: # With fetch-depth 0 the checkout action will also fetch all tags and branches.