Switch inputs
This commit is contained in:
parent
aeb9aabbde
commit
5282b836b7
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
ref_name:
|
||||
description: 'electron tag or commit'
|
||||
required: true
|
||||
type: string
|
||||
chromium_ver:
|
||||
description: 'chromium tag or commit'
|
||||
required: false
|
||||
type: string
|
||||
ref_name:
|
||||
description: 'electron tag or commit'
|
||||
required: true
|
||||
type: string
|
||||
|
||||
push:
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue