Skip to content

Commit 49cdcfc

Browse files
committed
fix: set target branch
1 parent 2c6c824 commit 49cdcfc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/en-api-docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
uses: actions/checkout@v4
2727
with:
2828
ref: refs/heads/main
29-
sparse-checkout: |
30-
.github/scripts
3129
token: ${{ secrets.GITHUB_TOKEN }}
3230

3331
- name: Check out api schemas from en branch
@@ -54,6 +52,6 @@ jobs:
5452
5553
env:
5654
REPO: self
57-
BRANCH: refs/heads/en-api-docs
55+
BRANCH: en-api-docs
5856
FOLDER: openapi
5957
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)