Workflow: refer to main instead of master
Some checks failed
Update Nix Flake / update-flake (push) Failing after 13s

This commit is contained in:
Julian Mutter 2025-03-21 22:37:56 +01:00
parent 9711e5c273
commit 239eaa7dd6

View File

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