fine well do it this way

This commit is contained in:
Lucas Gravley 2020-07-13 08:26:23 -05:00
parent 030b94e178
commit 7d035502a3

View file

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