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 <andrei.gherzan@huawei.com>
This commit is contained in:
Andrei Gherzan 2022-02-23 00:17:19 +01:00
parent 45a7fd9c18
commit 0c5c1c9b76
No known key found for this signature in database
GPG Key ID: 73BBE86B7E7AB7CF

View File

@ -14,9 +14,6 @@ jobs:
name: Yocto Git Mirror name: Yocto Git Mirror
runs-on: [self-hosted, Linux] runs-on: [self-hosted, Linux]
steps: steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- uses: agherzan/git-mirror-me-action@main - uses: agherzan/git-mirror-me-action@main
env: env:
SSH_PRIVATE_KEY: ${{ secrets.YOCTO_META_RASPBERRYPI_SSH_PRIVATE_KEY }} SSH_PRIVATE_KEY: ${{ secrets.YOCTO_META_RASPBERRYPI_SSH_PRIVATE_KEY }}