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 632fa88 commit 7894a7bCopy full SHA for 7894a7b
.github/workflows/restore.yml
@@ -7,7 +7,6 @@ on:
7
description: 'Size of the dataset to restore'
8
required: true
9
type: choice
10
- default: 'small'
11
options:
12
- 'small'
13
- 'medium'
@@ -22,14 +21,14 @@ on:
22
21
default: 'master'
23
version:
24
description: 'GHES Version of dataset'
25
- required: true
+ required: false
26
type: string
27
default: "3.8.0"
28
workflow_call:
29
inputs:
30
size:
31
32
33
34
default: 'small'
35
hostname:
@@ -43,7 +42,7 @@ on:
43
42
44
45
46
47
48
49
jobs:
0 commit comments