Skip to content

Commit 35c3f05

Browse files
authored
Fix/bruno api ts (#324)
* chore : bruno-api-sync 연결 위한 깃허브액션 워크플로우 수정 * feat : 브루노 리포 디스패치 수정 * fix : 브루노 클론후 삭제
1 parent b935f6c commit 35c3f05

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/sync-to-frontend.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,14 @@ jobs:
2020

2121
- name: Clone Bruno Repo
2222
run: |
23+
rm -rf /tmp/bruno
2324
BRANCH="${{ github.event.client_payload.branch || 'main' }}"
2425
echo "Cloning Bruno repo from branch: $BRANCH"
2526
git clone -b "$BRANCH" https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/${{ github.repository_owner }}/api-docs.git /tmp/bruno
2627
2728
- name: Clone bruno-api-typescript
2829
run: |
29-
git clone https://github.com/solid-connection/bruno-api-typescript.git /tmp/bruno-api-typescript
30-
31-
- name: Clone bruno-api-typescript
32-
run: |
30+
rm -rf /tmp/bruno-api-typescript
3331
git clone https://github.com/solid-connection/bruno-api-typescript.git /tmp/bruno-api-typescript
3432
3533
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)