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 b977fad commit 632fa88Copy full SHA for 632fa88
.github/workflows/restore.yml
@@ -20,6 +20,11 @@ on:
20
required: false
21
type: string
22
default: 'master'
23
+ version:
24
+ description: 'GHES Version of dataset'
25
+ required: true
26
+ type: string
27
+ default: "3.8.0"
28
workflow_call:
29
inputs:
30
size:
@@ -36,6 +41,11 @@ on:
36
41
37
42
38
43
44
45
46
47
48
39
49
jobs:
40
50
build:
51
runs-on: ubuntu-latest
0 commit comments