This commit is contained in:
parent
a8f46b1129
commit
e9f291bbd8
1 changed files with 5 additions and 1 deletions
|
@ -10,4 +10,8 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||
- run: 'git config --unset-all extensions.worktreeconfig'
|
||||
- uses: https://github.com/DeterminateSystems/update-flake-lock@main
|
||||
- run: 'nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"'
|
||||
env:
|
||||
GIT_AUTHOR_NAME: Chris Dombroski
|
||||
GIT_AUTHOR_EMAIL: cdombroski@gmail.com
|
||||
- run: 'git push'
|
Loading…
Reference in a new issue