WIP
This commit is contained in:
parent
fa8a4d56dc
commit
0146af9082
|
@ -11,7 +11,7 @@ setup() {
|
||||||
touch "${test_repository}"/{a,b,c}.txt
|
touch "${test_repository}"/{a,b,c}.txt
|
||||||
cd "${test_repository}"
|
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.email "test@github.com"
|
||||||
git config --global user.name "Test Suite"
|
git config --global user.name "Test Suite"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue