2
0
Fork 0
mirror of https://github.com/elementor/hello-theme.git synced 2026-03-03 12:56:14 +08:00
hello-theme/.github/scripts/set-git-user.sh
2025-09-04 14:48:44 +02:00

6 lines
136 B
Bash
Executable file

#!/bin/bash
set -eo pipefail
echo "Set git bot user"
git config user.name ${MAINTAIN_USERNAME}
git config user.email ${MAINTAIN_EMAIL}