[CI] typo
All checks were successful
/ test (push) Successful in 37s

This commit is contained in:
Andrea Ciceri 2024-04-09 16:58:39 +02:00
parent 53eea2bced
commit 731e2118a5
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -18,7 +18,8 @@ jobs:
git config --global user.email "sevenofnine@stronzi.org"
git config --global user.name "Seven of Nine"
- name: Update flake's lockfile and create commit
run: nix flake update --commit-lock-file# - name: Push commit to the `update-flake-lock` remote branch
run: nix flake update --commit-lock-file
- name: Push commit to the `update-flake-lock` remote branch
run: git push origin --force update-flake-lock # sevenOfNix needs write access to the repository
- name: Login as `Seven of Nix`
run: |