We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b935f6c commit 35c3f05Copy full SHA for 35c3f05
1 file changed
.github/workflows/sync-to-frontend.yml
@@ -20,16 +20,14 @@ jobs:
20
21
- name: Clone Bruno Repo
22
run: |
23
+ rm -rf /tmp/bruno
24
BRANCH="${{ github.event.client_payload.branch || 'main' }}"
25
echo "Cloning Bruno repo from branch: $BRANCH"
26
git clone -b "$BRANCH" https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/${{ github.repository_owner }}/api-docs.git /tmp/bruno
27
28
- name: Clone bruno-api-typescript
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: |
+ rm -rf /tmp/bruno-api-typescript
33
git clone https://github.com/solid-connection/bruno-api-typescript.git /tmp/bruno-api-typescript
34
35
- uses: actions/setup-node@v4
0 commit comments