Skip to content

Commit 1982d69

Browse files
committed
fix commit
1 parent 4fda1c3 commit 1982d69

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

scripts/update-external.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ in
1818
1919
${script}
2020
21+
echo "Committing changes..."
22+
export GIT_COMMITTER_NAME="IOHK"
23+
export GIT_COMMITTER_EMAIL="[email protected]"
24+
export GIT_AUTHOR_NAME="$GIT_COMMITTER_NAME"
25+
export GIT_AUTHOR_EMAIL="$GIT_COMMITTER_EMAIL"
2126
git add .
22-
git commit --allow-empty \
23-
--message "Automatic update for $(date)" \
24-
--author="IOHK <[email protected]>"
27+
git commit --allow-empty --message "Automatic update for $(date)"
2528
2629
rev=$(git rev-parse HEAD)
2730

0 commit comments

Comments
 (0)