mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Debug failed Workflow run
This commit is contained in:
parent
8f9132651a
commit
8edcd8b718
@ -62,10 +62,13 @@ _setup_local_repository() {
|
|||||||
cd "${FAKE_LOCAL_REPOSITORY}";
|
cd "${FAKE_LOCAL_REPOSITORY}";
|
||||||
|
|
||||||
# Configure Git
|
# Configure Git
|
||||||
if [[ -z $(git config user.name) ]]; then
|
# if [[ -z $(git config user.name) ]]; then
|
||||||
|
# git config --global user.name "Test Suite"
|
||||||
|
# git config --global user.email "test@github.com"
|
||||||
|
# fi
|
||||||
|
|
||||||
git config --global user.name "Test Suite"
|
git config --global user.name "Test Suite"
|
||||||
git config --global user.email "test@github.com"
|
git config --global user.email "test@github.com"
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Run the main code related to this GitHub Action
|
# Run the main code related to this GitHub Action
|
||||||
|
Loading…
Reference in New Issue
Block a user