We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fda1c3 commit 1982d69Copy full SHA for 1982d69
scripts/update-external.nix
@@ -18,10 +18,13 @@ in
18
19
${script}
20
21
+ echo "Committing changes..."
22
+ export GIT_COMMITTER_NAME="IOHK"
23
+ export GIT_COMMITTER_EMAIL="devops+nix-tools@iohk.io"
24
+ export GIT_AUTHOR_NAME="$GIT_COMMITTER_NAME"
25
+ export GIT_AUTHOR_EMAIL="$GIT_COMMITTER_EMAIL"
26
git add .
- git commit --allow-empty \
- --message "Automatic update for $(date)" \
- --author="IOHK <devops+nix-tools@iohk.io>"
27
+ git commit --allow-empty --message "Automatic update for $(date)"
28
29
rev=$(git rev-parse HEAD)
30
0 commit comments