mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
no need to pull as were on the tip of the detached head state
This commit is contained in:
parent
653a9cb606
commit
2f3011059a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue