Skip to content

Commit 0ed55c6

Browse files
committed
Fix action inputs
1 parent b79adff commit 0ed55c6

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.github/workflows/dawn.yaml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,15 @@ on:
3030
workflow_call:
3131
inputs:
3232
channel:
33-
description: "Chromium channel for Dawn"
3433
required: false
3534
default: "canary"
36-
type: choice
37-
options:
38-
- stable
39-
- beta
40-
- canary
35+
description: "Chromium channel for Dawn (stable, beta, canary)"
36+
type: string
4137
config:
42-
description: "Configuration"
38+
description: "Configuration (release or debug)"
4339
required: false
4440
default: "release"
45-
type: choice
46-
options:
47-
- release
48-
- debug
49-
secrets:
50-
GITHUB_TOKEN:
51-
required: true
41+
type: string
5242

5343
jobs:
5444
get-dawn-version:

0 commit comments

Comments
 (0)