Skip to content

Commit 210efe8

Browse files
committed
Add package input to makenew workflow
1 parent b0a9f75 commit 210efe8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/makenew.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ name: Make New
44
on:
55
workflow_dispatch:
66
inputs:
7+
package:
8+
description: Package name (@seamapi/new-package)
9+
required: true
710
repo:
811
description: GitHub repository name (new-repo)
912
required: true
@@ -58,7 +61,7 @@ jobs:
5861
CI: 'true'
5962
mk_codeowner: ${{ github.actor }}
6063
mk_repo: ${{ github.event.inputs.repo }}
61-
mk_slug: '@seamapi/${{ github.event.inputs.repo }}'
64+
mk_slug: ${{ github.event.inputs.package }}
6265
mk_title: ${{ github.event.inputs.title }}
6366
mk_description: ${{ github.event.inputs.description }}
6467
- name: Set origin

0 commit comments

Comments
 (0)