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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
ref_name:
|
|
||||||
description: 'electron tag or commit'
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
chromium_ver:
|
chromium_ver:
|
||||||
description: 'chromium tag or commit'
|
description: 'chromium tag or commit'
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
ref_name:
|
||||||
|
description: 'electron tag or commit'
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue