Skip to content

Commit

Permalink
修复 合并报错
Browse files Browse the repository at this point in the history
  • Loading branch information
TKaxv-7S committed May 6, 2024
1 parent eca78f9 commit da0a35c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/repo/actions/workflow_dispatch.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{{end}}
</select>
{{else if eq $item.Type "boolean"}}
<div class="ui inline toggle checkbox">
<div class="ui checkbox">
<label title="Input: {{$key}}">{{$item.Description}}</label>
<input type="checkbox" name="{{$key}}" {{if eq $item.Default "true"}}checked{{end}}>
</div>
Expand All @@ -64,7 +64,7 @@
{{end}}
</div>
{{end}}
<button class="ui tiny blue button" type="submit">Submit</button>
<button class="ui primary tiny button" type="submit">Submit</button>
</form>
</div>
</div>

0 comments on commit da0a35c

Please sign in to comment.