We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6c824 commit 77c2467Copy full SHA for 77c2467
1 file changed
.github/workflows/en-api-docs.yml
@@ -22,13 +22,8 @@ jobs:
22
node-version: [24.x]
23
24
steps:
25
- - name: Check out scripts from main branch
+ - name: Check out the repository
26
uses: actions/checkout@v4
27
- with:
28
- ref: refs/heads/main
29
- sparse-checkout: |
30
- .github/scripts
31
- token: ${{ secrets.GITHUB_TOKEN }}
32
33
- name: Check out api schemas from en branch
34
@@ -54,6 +49,6 @@ jobs:
54
49
uses: s0/[email protected]
55
50
env:
56
51
REPO: self
57
- BRANCH: refs/heads/en-api-docs
52
+ BRANCH: en-api-docs
58
53
FOLDER: openapi
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments