mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02: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:
parent
45a7fd9c18
commit
0c5c1c9b76
3
.github/workflows/mirror.yml
vendored
3
.github/workflows/mirror.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user