We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d983a commit 33517ddCopy full SHA for 33517dd
.github/workflows/main.yml
@@ -69,16 +69,16 @@ jobs:
69
if [ -d "$DIR" ]; then
70
echo "$DIR 디렉토리가 존재합니다. 최신 버전으로 업데이트 중..."
71
cd "$DIR"
72
- git switch -c feature-be-#173
73
- git pull origin feature-be-#173
+ git switch -c be-feature-#173
+ git pull origin be-feature-#173
74
75
76
else
77
echo "$DIR 디렉토리가 존재하지 않습니다. 클론 중..."
78
git clone https://github.com/boostcampwm-2024/web15-OctoDocs.git "$DIR"
79
80
81
82
fi
83
84
0 commit comments