From 13bd4058af1d96b6e144a3a33a52a01748b83a4f Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Mon, 18 May 2020 11:56:10 -0400 Subject: [PATCH] Add file to inputs --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 59a1ab7..dfba4ce 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,8 @@ branding: inputs: script: description: The script to run - required: true + file: + description: A file containing just the script to run (not a module) github-token: description: The GitHub token used to create an authenticated client default: ${{ github.token }} @@ -21,7 +22,7 @@ inputs: previews: description: A comma-separated list of API previews to accept result-encoding: - description: Either "string" or "json" (default "json")—how the result will be encoded + description: Either "string" or "json" (default "json")—how the result will be encoded default: json outputs: result: