Skip to content

Commit

Permalink
Fix flake lock step in workflow.
Browse files Browse the repository at this point in the history
We need to set committer info before running flake update.
  • Loading branch information
r-vdp committed Jul 6, 2023
1 parent c8210cb commit bb486d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
system-features = nixos-test benchmark big-parallel kvm
- name: Update the flake lock
run: |
nix flake update --commit-lock-file
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
nix flake update --commit-lock-file
git push origin HEAD:main
index:
Expand Down

0 comments on commit bb486d0

Please sign in to comment.