Skip to content

Commit 7cc2e57

Browse files
authored
ci: add summary field to release workflow
1 parent 2a78c6b commit 7cc2e57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ on:
1515
description: 'Skip Tests'
1616
required: true
1717
type: boolean
18+
summary:
19+
description: 'Summary'
20+
required: false
21+
type: text
22+
default: ''
1823

1924
jobs:
2025
# -----------------------------------------------------------------

0 commit comments

Comments
 (0)