add game options
This commit is contained in:
parent
a2922b8bad
commit
e056134fa6
2 changed files with 11 additions and 2 deletions
|
|
@ -3,12 +3,17 @@ on:
|
|||
workflow_dispatch:
|
||||
inputs:
|
||||
game:
|
||||
description: "Game key (cs2 or dota2)"
|
||||
description: "Game key"
|
||||
required: true
|
||||
default: cs2
|
||||
type: choice
|
||||
options:
|
||||
- cs2
|
||||
- dota2
|
||||
names:
|
||||
description: 'Names JSON — array of {name, class, slot}'
|
||||
required: true
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
backfill:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue