hello-theme/.github/scripts/set-git-user.sh
ronkelementor e5944194d2
New: Copy GitHub actions from next release for releases (#167)
* New: Add GitHub actions for releases

* delete build + lint workflows
2021-06-21 13:16:26 +03:00

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}