Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmadelaine committed Aug 16, 2024
1 parent ce23acf commit b1f61b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nixflakeupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
run: |
nix flake update
[[ $(git diff flake.lock) != "" ]] || exit 0
git config --local user.name "Hacl Bot"
git config --local user.email "hacl-star@mailo.com"
git config --local user.name "HACL*"
git config --local user.email "hacl-star@protonmail.com"
git add flake.lock
git commit -m "[CI] update flake.lock"
nix build .#hacl
Expand Down

0 comments on commit b1f61b6

Please sign in to comment.