Files
carpseeds.pl/wp-content/plugins/elementor-3.2.5-bck4/.github/scripts/set-git-user.sh
2024-07-15 11:28:08 +02:00

7 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}