Adding it

This commit is contained in:
Lucas Gravley 2019-12-03 14:00:36 -06:00
parent 69edaf6534
commit c86c422f83

View file

@ -2008,7 +2008,7 @@ BuildFileList()
#####################################################################
# Switch codebase back to master to get a list of all files changed #
#####################################################################
SWITCH_CMD=$(cd "$GITHUB_WORKSPACE" || exit; git checkout master; git fetch 2>&1)
SWITCH_CMD=$(cd "$GITHUB_WORKSPACE" || exit; git checkout master; git pull; git fetch 2>&1)
#######################
# Load the error code #