Skip to content

Commit 4fda1c3

Browse files
committed
Supply author for auto-update commits
1 parent 3e23938 commit 4fda1c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/update-external.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ in
1919
${script}
2020
2121
git add .
22-
git commit --allow-empty -m "Automatic update for $(date)"
22+
git commit --allow-empty \
23+
--message "Automatic update for $(date)" \
24+
--author="IOHK <[email protected]>"
2325
2426
rev=$(git rev-parse HEAD)
2527

0 commit comments

Comments
 (0)