Skip to content

Commit 612e2f5

Browse files
committed
chore: 브랜치명 변경 dev -> develop
chore: 소나클라우드 시크릿 키 추가
1 parent d991773 commit 612e2f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/daily-archive.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Create new archive branch
2424
run: |
25-
git checkout dev
26-
git pull origin dev
25+
git checkout develop
26+
git pull origin develop
2727
git checkout -b ${{ env.BRANCH_NAME }}
2828
git push origin ${{ env.BRANCH_NAME }}

0 commit comments

Comments
 (0)