Skip to content

Commit e461908

Browse files
Add input for dispatch
1 parent 02f4b78 commit e461908

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/restore.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ on:
1919
required: false
2020
type: string
2121
default: 'master'
22+
version:
23+
description: 'Version of the dataset to restore (3.8/3.9)'
24+
required: false
25+
default: '3.8'
26+
type: string
2227

2328
workflow_call:
2429
inputs:

0 commit comments

Comments
 (0)