1
0
Fork 0
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 commit 39351ede4e.

* Revert "Revert "* revert options of getInput()""

This reverts commit 7ec9b1eed9.

* * add public-key
This commit is contained in:
shimataro 2019-12-22 22:10:43 +09:00 committed by GitHub
parent 14c0e8f3dd
commit c4ec6ddf76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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,