-
Notifications
You must be signed in to change notification settings - Fork 541
Releases: actions/github-script
Releases · actions/github-script
Add result-encoding
Add "require" to function context
@jclem
jclem
9f3a1f1
This commit was signed with the committer’s verified signature.
The key has expired.
jclem
Jonathan Clem
This release passes require to the function context, meaning you can require native Node.js modules (though still not modules in your repository's node_modules directory, for example).
Assets 2
1 person reacted
Add GitHub client options
@jclem
jclem
This release adds support for more inputs that configure the GitHub Client:
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 comma-separated list of API previews to accept
Assets 2
1 person reacted