Skip to content

Commit c703e68

Browse files
committed
fix: add checkout
Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
1 parent 3eef489 commit c703e68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sync-autogen.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
sync:
1414
runs-on: ubuntu-24.04
1515
steps:
16+
- name: checkout
17+
uses: actions/checkout@v4
1618
- name: make sync
1719
run: make sync
1820
- name: git status # for logging

0 commit comments

Comments
 (0)