Skip to content

Commit

Permalink
workflow: Set pull.rebase to false
Browse files Browse the repository at this point in the history
* I wish to maintain stable checkout manifest
  • Loading branch information
Jayant-Deshmukh committed Jan 8, 2025
1 parent 537aed9 commit 6998c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Add upstream remote and rebase
run: |
git config --global pull.rebase true
git config --global pull.rebase false
REPO_NAME="${GITHUB_REPOSITORY##*/}" # Extract the repository name from the GitHub repository context
git pull https://github.com/LineageOS/android_${REPO_NAME}.git lineage-22.1
- name: Push rebased changes to origin
run: |
git push origin HEAD:fifteen-los --force-with-lease
git push origin HEAD:fifteen-los

0 comments on commit 6998c21

Please sign in to comment.