mirror of
https://github.com/elementor/hello-theme.git
synced 2026-03-03 12:56:14 +08:00
6 lines
136 B
Bash
Executable file
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}
|