Skip to content

Commit 022d666

Browse files
committed
Match package name to repo
1 parent 2f65fc6 commit 022d666

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/makenew.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
repo:
88
description: GitHub repository name (new-repo)
99
required: true
10-
slug:
11-
description: Package name (@seamapi/new-package)
12-
required: true
1310
title:
1411
description: Package title (New Package)
1512
required: true
@@ -61,7 +58,7 @@ jobs:
6158
CI: 'true'
6259
mk_codeowner: ${{ github.actor }}
6360
mk_repo: ${{ github.event.inputs.repo }}
64-
mk_slug: ${{ github.event.inputs.slug }}
61+
mk_slug: '@seamapi/${{ github.event.inputs.repo }}'
6562
mk_title: ${{ github.event.inputs.title }}
6663
mk_description: ${{ github.event.inputs.description }}
6764
- name: Set origin

0 commit comments

Comments
 (0)