linux-stable: Switch to fetching via git #68
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
# Copyright (C) 2022, meta-linux-mainline contributors | |
# SPDX-License-Identifier: MIT | |
name: Update Yocto Project tracking branches | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
update-branches: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- run: git push --force origin HEAD:master | |
- run: git push --force origin HEAD:kirkstone | |
- run: git push --force origin HEAD:nanbield | |
- run: git push --force origin HEAD:scarthgap |