Skip to content

Commit a625575

Browse files
committed
Update document status input for W3C publishing to a choice value
1 parent cc7bb73 commit a625575

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/w3c-publish.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ on:
1010
inputs:
1111
w3c-status:
1212
required: true
13-
type: string
13+
type: choice
14+
description: W3C Document Status
15+
options:
16+
- ED
17+
- WD
18+
- CRD
19+
- CR
1420

1521
jobs:
1622
publish-to-w3c-TR:

0 commit comments

Comments
 (0)