Skip to content

Commit e19941e

Browse files
committed
submoduels
1 parent ed5f5b3 commit e19941e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/rhub.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ on:
1717
type: string
1818
default: 'linux,windows,macos'
1919
name:
20-
description: 'Run name. You can leave this empty now.'
20+
description: 'Run name.'
2121
type: string
22+
default: 'run'
2223
id:
23-
description: 'Unique ID. You can leave this empty now.'
24+
description: 'Unique ID.'
2425
type: string
26+
default: 'no id'
2527

2628
jobs:
2729

@@ -52,6 +54,8 @@ jobs:
5254

5355
steps:
5456
- uses: r-hub/actions/checkout@v1
57+
with:
58+
submodules: 'true'
5559
- uses: r-hub/actions/platform-info@v1
5660
with:
5761
token: ${{ secrets.RHUB_TOKEN }}
@@ -77,6 +81,8 @@ jobs:
7781

7882
steps:
7983
- uses: r-hub/actions/checkout@v1
84+
with:
85+
submodules: 'true'
8086
- uses: r-hub/actions/setup-r@v1
8187
with:
8288
job-config: ${{ matrix.config.job-config }}

0 commit comments

Comments
 (0)