mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-06-16 16:38:51 +00:00
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
Block a user