mirror of
https://gh.wpcy.net/https://github.com/elementor/hello-theme.git
synced 2026-04-30 15:09:17 +08:00
6 lines
136 B
Bash
6 lines
136 B
Bash
#!/bin/bash
|
|
set -eo pipefail
|
|
|
|
echo "Set git bot user"
|
|
git config user.name ${MAINTAIN_USERNAME}
|
|
git config user.email ${MAINTAIN_EMAIL}
|