Merge pull request #975 from PeterDaveHello/fix-generate-stackbrew-library.sh
Fix condition to set auto PR committer/author
This commit is contained in:
commit
cc673d66b1
|
@ -104,7 +104,7 @@ if images_updated "${COMMIT_RANGE}"; then
|
|||
permission_check
|
||||
|
||||
# Set Git User Info
|
||||
[ -z "$(git config user.name)" ] && [ -z "$GIT_AUTHOR_NAME" ] && setup_git_author
|
||||
[ -z "$GIT_AUTHOR_NAME" ] && setup_git_author
|
||||
|
||||
info "Cloning..."
|
||||
git clone --depth 50 "https://github.com/${UPSTREAM_SLUG}.git" ${gitpath} 2> /dev/null
|
||||
|
|
Loading…
Reference in New Issue