workflow: rebase instead of reset to fix git push

This commit is contained in:
Julian Mutter 2025-03-22 07:30:22 +01:00
parent 239eaa7dd6
commit 4cce287379

View File

@ -19,7 +19,8 @@ jobs:
- name: Fetch latest changes and reset branch
run: |
git fetch origin main
git reset --hard origin/main
git status
git rebase origin/main
- name: Set up Nix
uses: cachix/install-nix-action@v31