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 b0a9f75 commit 210efe8Copy full SHA for 210efe8
.github/workflows/makenew.yml
@@ -4,6 +4,9 @@ name: Make New
4
on:
5
workflow_dispatch:
6
inputs:
7
+ package:
8
+ description: Package name (@seamapi/new-package)
9
+ required: true
10
repo:
11
description: GitHub repository name (new-repo)
12
required: true
@@ -58,7 +61,7 @@ jobs:
58
61
CI: 'true'
59
62
mk_codeowner: ${{ github.actor }}
60
63
mk_repo: ${{ github.event.inputs.repo }}
- mk_slug: '@seamapi/${{ github.event.inputs.repo }}'
64
+ mk_slug: ${{ github.event.inputs.package }}
65
mk_title: ${{ github.event.inputs.title }}
66
mk_description: ${{ github.event.inputs.description }}
67
- name: Set origin
0 commit comments