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