Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e3df9c6

Browse filesBrowse files
committed
Add debug, user-agent, and previews inputs
1 parent a113cca commit e3df9c6
Copy full SHA for e3df9c6

File tree

1 file changed

+9
-0
lines changed
Filter options

1 file changed

+9
-0
lines changed

‎action.yml

Copy file name to clipboardExpand all lines: action.yml
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ inputs:
1010
github-token:
1111
description: The GitHub token used to create an authenticated client
1212
required: true
13+
debug:
14+
description: Whether to tell the GitHub client to log details of its requests
15+
default: false
16+
user-agent:
17+
description: An optional user-agent string
18+
default: actions/github-script
19+
previews:
20+
description: A list of API previews to accept
21+
default: []
1322
outputs:
1423
result:
1524
description: The return value of the script, stringified with `JSON.stringify`

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.