Skip to content

Commit 9483575

Browse files
author
Robin Bilgil
authored
Update action.yml
1 parent 7c1f198 commit 9483575

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

action.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ branding:
77
inputs:
88
prefix:
99
required: false
10-
description: 'Prefix to filter the packages'
10+
description: 'Prefix to filter the packages by'
11+
extract-prefix:
12+
required: false
13+
type: boolean
1114
from:
12-
required: true
15+
required: false
1316
description: 'Start of the commit range to check (can be a commit hash or a branch name).'
1417
to:
1518
required: false
@@ -24,4 +27,4 @@ outputs:
2427

2528
runs:
2629
using: 'node16'
27-
main: 'dist/index.js'
30+
main: 'dist/index.js'

0 commit comments

Comments
 (0)