From 0c5c1c9b768c6db8a754ca5a838ea953a2ca27d4 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 23 Feb 2022 00:17:19 +0100 Subject: [PATCH] ci: No need for checkout step in mirror workflow The git-mirror-me-action handles the cloning of the source. Signed-off-by: Andrei Gherzan --- .github/workflows/mirror.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 2168940..f6c32a1 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -14,9 +14,6 @@ jobs: name: Yocto Git Mirror runs-on: [self-hosted, Linux] steps: - - uses: actions/checkout@v2 - with: - fetch-depth: '0' - uses: agherzan/git-mirror-me-action@main env: SSH_PRIVATE_KEY: ${{ secrets.YOCTO_META_RASPBERRYPI_SSH_PRIVATE_KEY }}