This commit is contained in:
Test Suite 2020-09-13 13:50:44 +02:00
parent fa8a4d56dc
commit 0146af9082
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ setup() {
touch "${test_repository}"/{a,b,c}.txt
cd "${test_repository}"
if [[ -n $GITHUB ]]; then
if [[ $(pwd) == "/home/runner/work/git-auto-commit-action/git-auto-commit-action" ]]; then
git config --global user.email "test@github.com"
git config --global user.name "Test Suite"
fi