Merge pull request #408 from github/putitBack

fine well do it this way
This commit is contained in:
Lukas Gravley 2020-07-13 08:28:42 -05:00 committed by GitHub
commit bb606e1f22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ function BuildFileList() {
# Switch codebase back to the default branch to get a list of all files changed # # Switch codebase back to the default branch to get a list of all files changed #
################################################################################# #################################################################################
SWITCH_CMD=$( SWITCH_CMD=$(
# git -C "$GITHUB_WORKSPACE" pull --quiet git -C "$GITHUB_WORKSPACE" pull --quiet
git -C "$GITHUB_WORKSPACE" checkout "$DEFAULT_BRANCH" 2>&1 git -C "$GITHUB_WORKSPACE" checkout "$DEFAULT_BRANCH" 2>&1
) )