Skip to content

Commit 4465ba6

Browse files
authored
Fix generated_code_checks workflow step (#463)
1 parent 19bfd5a commit 4465ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generated_code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v3
1111
- name: Checkout submodules
12-
- run: git submodule update --init --depth=0
12+
run: git submodule update --init --depth=0
1313
- name: Set up Go
1414
uses: actions/setup-go@v3
1515
with:

0 commit comments

Comments
 (0)