mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2024-11-26 15:16:45 +00:00
CI: fix yaml syntax error
This commit is contained in:
parent
a30ce8954b
commit
f7a4a3f376
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-flake.yml
vendored
2
.github/workflows/update-flake.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
name: nyx
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
|
||||
- Update flake
|
||||
- name: Update flake
|
||||
run: nix flake update
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
|
Loading…
Reference in a new issue