Skip to content

Commit da0a35c

Browse files
committed
修复 合并报错
1 parent eca78f9 commit da0a35c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/actions/workflow_dispatch.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
{{end}}
5252
</select>
5353
{{else if eq $item.Type "boolean"}}
54-
<div class="ui inline toggle checkbox">
54+
<div class="ui checkbox">
5555
<label title="Input: {{$key}}">{{$item.Description}}</label>
5656
<input type="checkbox" name="{{$key}}" {{if eq $item.Default "true"}}checked{{end}}>
5757
</div>
@@ -64,7 +64,7 @@
6464
{{end}}
6565
</div>
6666
{{end}}
67-
<button class="ui tiny blue button" type="submit">Submit</button>
67+
<button class="ui primary tiny button" type="submit">Submit</button>
6868
</form>
6969
</div>
7070
</div>

0 commit comments

Comments
 (0)