sm2899 commited on
Commit
2aaff14
1 Parent(s): 8dcbe42

Update sync-to-huggingfaces.yml

Browse files
.github/workflows/sync-to-huggingfaces.yml CHANGED
@@ -5,6 +5,25 @@ on:
5
 
6
  # to run this workflow manually from the Actions tab
7
  workflow_dispatch:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
  jobs:
10
  sync-to-hub:
 
5
 
6
  # to run this workflow manually from the Actions tab
7
  workflow_dispatch:
8
+ inputs:
9
+ logLevel:
10
+ description: 'Log level'
11
+ required: true
12
+ default: 'warning'
13
+ type: choice
14
+ options:
15
+ - info
16
+ - warning
17
+ - debug
18
+ tags:
19
+ description: 'Test scenario tags'
20
+ required: false
21
+ type: boolean
22
+ environment:
23
+ description: 'Environment to run tests against'
24
+ type: environment
25
+ required: true
26
+
27
 
28
  jobs:
29
  sync-to-hub: