Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a113cca commit e3df9c6Copy full SHA for e3df9c6
action.yml
@@ -10,6 +10,15 @@ inputs:
10
github-token:
11
description: The GitHub token used to create an authenticated client
12
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: []
22
outputs:
23
result:
24
description: The return value of the script, stringified with `JSON.stringify`
0 commit comments