Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3df9c6

Browse files
committed
Add debug, user-agent, and previews inputs
1 parent a113cca commit e3df9c6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

action.yml

Lines 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)