nix-doom-emacs-unstraightened/.github/workflows
Marien Zwart 0c55f6064f
CI: try to make push of flake-update to main work
It currently fails with

```
 ! [rejected]        HEAD -> main (fetch first)
error: failed to push some refs to 'https://github.com/marienz/nix-doom-emacs-unstraightened'
hint: Updates were rejected because the remote contains work that you do not
hint: have locally. This is usually caused by another repository pushing to
hint: the same ref. If you want to integrate the remote changes, use
hint: 'git pull' before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for
details.
```

Our local checkout is shallow. Assume we can fix this by fetching just
the parent of the commit we want to push, which should be the commit
origin/main points at.
2024-06-22 22:29:35 +10:00
..
cachix.yml CI: make check/cachix callable with ref input 2024-06-22 20:30:47 +10:00
check.yml CI: make check/cachix callable with ref input 2024-06-22 20:30:47 +10:00
ci.yml CI: fix permissions 2024-06-22 21:09:32 +10:00
flake-update.yml CI: break up "CI" workflow 2024-06-22 20:48:03 +10:00
push-flake-update.yml CI: try to make push of flake-update to main work 2024-06-22 22:29:35 +10:00