Skip to content

Commit 2ee87e5

Browse files
committed
fix: checkout private repo
1 parent 38e9670 commit 2ee87e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
- name: Checkout Frontend
1414
uses: actions/checkout@v4
1515
with:
16-
submodules: 'recursive'
16+
repository: scutrobotlab/rm-schedule-ui
1717
token: ${{ secrets.GH_PAT }}
18+
path: frontend
1819

1920
- name: Set up Docker Buildx
2021
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)