ci: Use the current stable version for the mirror action

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
This commit is contained in:
Andrei Gherzan 2022-02-23 00:40:31 +01:00
parent 0c5c1c9b76
commit e39a0a570c
No known key found for this signature in database
GPG Key ID: 73BBE86B7E7AB7CF

View File

@ -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 }}