Skip to content

Commit 8cb8e85

Browse files
committed
Update changelog.txt from readme.txt.
1 parent f98d7c3 commit 8cb8e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/update-changelog.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ if git diff --quiet changelog.txt; then
3131
fi
3232

3333
# Configure Git commit information
34-
#git config --global user.name "github-actions[bot]"
35-
#git config --global user.email "github-actions[bot]@users.noreply.github.com"
34+
git config --global KAGG "github-actions[bot]"
35+
git config --global info@kagg.eu "github-actions[bot]@users.noreply.github.com"
3636

3737
# Add, commit, and push changes
3838
git add changelog.txt

0 commit comments

Comments
 (0)