mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-11 15:00:13 +00:00
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:
3
.github/workflows/mirror.yml
vendored
3
.github/workflows/mirror.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user