Skip to content

Commit 5a0581d

Browse files
authored
TA-3754: Remove input details from action inputs (#222)
1 parent 365625e commit 5a0581d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/action/bump-npm-version/action.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,12 @@ inputs:
55
bump:
66
description: 'Which version bump (patch, minor, major)'
77
required: true
8-
default: 'patch'
9-
type: choice
10-
options:
11-
- patch
12-
- minor
13-
- major
148
token:
159
description: 'GitHub token for authentication'
1610
required: true
17-
type: string
1811
repository:
1912
description: 'GitHub repository to push changes to'
2013
required: true
21-
type: string
2214

2315
jobs:
2416
bump:

0 commit comments

Comments
 (0)