no need to pull as were on the tip of the detached head state

This commit is contained in:
Lucas Gravley 2020-07-10 09:10:42 -05:00
parent 653a9cb606
commit 2f3011059a

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
)