Workflow: refer to main instead of master
Some checks failed
Update Nix Flake / update-flake (push) Failing after 13s
Some checks failed
Update Nix Flake / update-flake (push) Failing after 13s
This commit is contained in:
parent
9711e5c273
commit
239eaa7dd6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user