Skip to content

Commit 8728d40

Browse files
authored
Update blank.yml
1 parent c8656de commit 8728d40

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/blank.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26-
- uses: actions/checkout@v4
26+
- name: Checkout
27+
uses: actions/checkout@v4
28+
with:
29+
submodules: true
2730

2831
# Runs a single command using the runners shell
2932
- name: Run a one-line script

0 commit comments

Comments
 (0)