mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
Feature/get input (#45)
* * core.getInput() receives "required" option * * revert options of getInput() * * test * Revert "* revert options of getInput()" This reverts commit39351ede4e
. * Revert "Revert "* revert options of getInput()"" This reverts commit7ec9b1eed9
. * * add public-key
This commit is contained in:
parent
14c0e8f3dd
commit
c4ec6ddf76
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ function main(): void
|
|||
{
|
||||
try
|
||||
{
|
||||
const name = core.getInput("name") as string;
|
||||
const name = core.getInput("name");
|
||||
const files: FileInfo[] = [
|
||||
{
|
||||
name: name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue