u-boot: backport one commit from v2024.01 to fix booting from uSD #319
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-FileCopyrightText: Andrei Gherzan <[email protected]> | |
# | |
# SPDX-License-Identifier: MIT | |
name: Mirrors | |
on: [ push, delete, create ] | |
concurrency: | |
group: git-mirror-me | |
jobs: | |
yocto-mirror: | |
name: Yocto Git Mirror | |
runs-on: ubuntu-latest | |
steps: | |
- uses: agherzan/git-mirror-me-action@11f54c7186724daafbe5303b5075954f1a19a63e | |
env: | |
GMM_SSH_PRIVATE_KEY: ${{ secrets.YOCTO_META_RASPBERRYPI_SSH_PRIVATE_KEY }} | |
GMM_SSH_KNOWN_HOSTS: ${{ secrets.YOCTO_META_RASPBERRYPI_SSH_KNOWN_HOSTS }} | |
GMM_DST_REPO: "ssh://[email protected]/meta-raspberrypi" | |
GMM_DEBUG: "1" |