Skip to content

Commit 1071b52

Browse files
ci: Fix Checkout
1 parent 7781ec6 commit 1071b52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/follow-merge-upstream-repo-sync-v2.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,11 @@ jobs:
5555
github_token: ${{ secrets.GIT_PAT }}
5656
branch_name: "${{ inputs.branch_name }}"
5757

58-
- name: Checkout
58+
- name: Checkout label-studio-client-generator
5959
uses: actions/checkout@v4
6060
with:
6161
token: ${{ secrets.GIT_PAT }}
62+
repository: HumanSignal/label-studio-client-generator
6263
ref: ${{ steps.get-branch.outputs.branch_name }}
6364
fetch-depth: 0
6465

0 commit comments

Comments
 (0)