We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1f198 commit 9483575Copy full SHA for 9483575
1 file changed
action.yml
@@ -7,9 +7,12 @@ branding:
7
inputs:
8
prefix:
9
required: false
10
- description: 'Prefix to filter the packages'
+ description: 'Prefix to filter the packages by'
11
+ extract-prefix:
12
+ required: false
13
+ type: boolean
14
from:
- required: true
15
16
description: 'Start of the commit range to check (can be a commit hash or a branch name).'
17
to:
18
@@ -24,4 +27,4 @@ outputs:
24
27
25
28
runs:
26
29
using: 'node16'
- main: 'dist/index.js'
30
+ main: 'dist/index.js'
0 commit comments