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 b79adff commit 0ed55c6Copy full SHA for 0ed55c6
.github/workflows/dawn.yaml
@@ -30,25 +30,15 @@ on:
30
workflow_call:
31
inputs:
32
channel:
33
- description: "Chromium channel for Dawn"
34
required: false
35
default: "canary"
36
- type: choice
37
- options:
38
- - stable
39
- - beta
40
- - canary
+ description: "Chromium channel for Dawn (stable, beta, canary)"
+ type: string
41
config:
42
- description: "Configuration"
+ description: "Configuration (release or debug)"
43
44
default: "release"
45
46
47
- - release
48
- - debug
49
- secrets:
50
- GITHUB_TOKEN:
51
- required: true
52
53
jobs:
54
get-dawn-version:
0 commit comments