Skip to content

Commit 193b74a

Browse files
authored
fix: add package-name input for release-pr action (#122)
1 parent fc9cb78 commit 193b74a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

action/release-pr/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ inputs:
88
token:
99
description: GitHub App token with contents and pull request write access
1010
required: true
11+
package-name:
12+
description: Name of the package to release
13+
required: true
1114
package-path:
1215
description: Path to the package to release
1316
required: true

0 commit comments

Comments
 (0)