diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c428984e..f7745ec7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,7 @@ jobs: echo "$DIR 디렉토리가 존재합니다. 최신 버전으로 업데이트 중..." cd "$DIR" git switch -c feature-be-#173 - git pull origin + git pull origin feature-be-#173 else @@ -78,7 +78,7 @@ jobs: git clone https://github.com/boostcampwm-2024/web15-OctoDocs.git "$DIR" cd "$DIR" git switch -c feature-be-#173 - git pull origin + git pull origin feature-be-#173 fi