Skip to content

Commit

Permalink
feat: 특정 브랜치 최신 정보 가져오기
Browse files Browse the repository at this point in the history
  • Loading branch information
ezcolin2 committed Nov 16, 2024
1 parent 9640619 commit b9d983a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ jobs:
echo "$DIR 디렉토리가 존재합니다. 최신 버전으로 업데이트 중..."
cd "$DIR"
git switch -c feature-be-#173
git pull origin
git pull origin feature-be-#173
else
echo "$DIR 디렉토리가 존재하지 않습니다. 클론 중..."
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
Expand Down

0 comments on commit b9d983a

Please sign in to comment.