From e39a0a570c43df4034ea7e496d829b4875a3b0b2 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 23 Feb 2022 00:40:31 +0100 Subject: [PATCH] ci: Use the current stable version for the mirror action Signed-off-by: Andrei Gherzan --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index f6c32a1..11bb185 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -14,7 +14,7 @@ jobs: name: Yocto Git Mirror runs-on: [self-hosted, Linux] steps: - - uses: agherzan/git-mirror-me-action@main + - uses: agherzan/git-mirror-me-action@v1.0.0 env: SSH_PRIVATE_KEY: ${{ secrets.YOCTO_META_RASPBERRYPI_SSH_PRIVATE_KEY }} SSH_KNOWN_HOSTS: ${{ secrets.YOCTO_META_RASPBERRYPI_SSH_KNOWN_HOSTS }}