mirror of https://github.com/actions/toolkit
Include the package name in the Publish Workflow run (#1793)
parent
7cc96bb976
commit
faf9cb2ea2
|
@ -1,5 +1,7 @@
|
||||||
name: Publish NPM
|
name: Publish NPM
|
||||||
|
|
||||||
|
run-name: Publish NPM - ${{ github.event.inputs.package }}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in New Issue