We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5f5b3 commit e19941eCopy full SHA for e19941e
.github/workflows/rhub.yaml
@@ -17,11 +17,13 @@ on:
17
type: string
18
default: 'linux,windows,macos'
19
name:
20
- description: 'Run name. You can leave this empty now.'
+ description: 'Run name.'
21
22
+ default: 'run'
23
id:
- description: 'Unique ID. You can leave this empty now.'
24
+ description: 'Unique ID.'
25
26
+ default: 'no id'
27
28
jobs:
29
@@ -52,6 +54,8 @@ jobs:
52
54
53
55
steps:
56
- uses: r-hub/actions/checkout@v1
57
+ with:
58
+ submodules: 'true'
59
- uses: r-hub/actions/platform-info@v1
60
with:
61
token: ${{ secrets.RHUB_TOKEN }}
@@ -77,6 +81,8 @@ jobs:
77
81
78
82
79
83
84
85
80
86
- uses: r-hub/actions/setup-r@v1
87
88
job-config: ${{ matrix.config.job-config }}
0 commit comments