Skip to content

Commit

Permalink
rebase lineage-20 branch as well
Browse files Browse the repository at this point in the history
Signed-off-by: SirRGB <[email protected]>
  • Loading branch information
SirRGB committed Nov 28, 2024
1 parent 7a18ef8 commit f6b2100
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
git fetch https://github.com/LineageOS/android_packages_apps_Settings.git lineage-19.1
git rebase FETCH_HEAD
git push -f
git checkout lineage-20.0
git fetch https://github.com/LineageOS/android_packages_apps_Settings.git lineage-20.0
git rebase FETCH_HEAD
git push -f
env:
GITHUB_EMAIL: ${{ secrets.EMAIL }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
Expand Down

0 comments on commit f6b2100

Please sign in to comment.