From 0146af90826e28931474aaf9855b5e68dd182145 Mon Sep 17 00:00:00 2001 From: Test Suite Date: Sun, 13 Sep 2020 13:50:44 +0200 Subject: [PATCH] WIP --- tests/commit.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commit.bats b/tests/commit.bats index 92e0a62..fadff32 100644 --- a/tests/commit.bats +++ b/tests/commit.bats @@ -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