From e3df9c68fbe2e6ad5a8e3cb655e0df65a75ed596 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Thu, 5 Sep 2019 09:35:47 -0400 Subject: [PATCH] Add debug, user-agent, and previews inputs --- action.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/action.yml b/action.yml index 4ae1fff..aec7e89 100644 --- a/action.yml +++ b/action.yml @@ -10,6 +10,15 @@ inputs: github-token: description: The GitHub token used to create an authenticated client required: true + debug: + description: Whether to tell the GitHub client to log details of its requests + default: false + user-agent: + description: An optional user-agent string + default: actions/github-script + previews: + description: A list of API previews to accept + default: [] outputs: result: description: The return value of the script, stringified with `JSON.stringify`