mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Allow no assets.
This commit is contained in:
3
.github/workflows/PublishReleaseNotes.yml
vendored
3
.github/workflows/PublishReleaseNotes.yml
vendored
@@ -91,8 +91,9 @@ on:
|
|||||||
type: string
|
type: string
|
||||||
assets:
|
assets:
|
||||||
description: 'Multi-line string containing artifact:file:title asset descriptions.'
|
description: 'Multi-line string containing artifact:file:title asset descriptions.'
|
||||||
required: true
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
default: ''
|
||||||
inventory-json:
|
inventory-json:
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user