Skip to content

android/crowdin/hudson-device-deps: Upgrade repo to v2.50.1 #112

android/crowdin/hudson-device-deps: Upgrade repo to v2.50.1

android/crowdin/hudson-device-deps: Upgrade repo to v2.50.1 #112

name: "Mirror main to lineage-* branches"
on:
push:
branches:
- main
jobs:
mirror-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: mirror branches
run: |
git fetch origin main
git push origin -f refs/remotes/origin/main:refs/heads/lineage-21.0
git push origin -f refs/remotes/origin/main:refs/heads/lineage-22.0
git push origin -f refs/remotes/origin/main:refs/heads/lineage-22.1