Skip to content

Commit 7f808fa

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

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 KAGG "github-actions[bot]"
35-
git config --global info@kagg.eu "github-actions[bot]@users.noreply.github.com"
34+
git config --global user.email "gha@hcaptcha.com"
35+
git config --global user.name "hCaptcha GHA"
3636

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

0 commit comments

Comments
 (0)