Skip to content

Releases: actions/github-script

Add result-encoding

08 Jan 20:00
83e4cfe

Choose a tag to compare

This release adds the "result-encoding" input (see README).

Add "require" to function context

13 Nov 23:05
9f3a1f1

Choose a tag to compare

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

Add GitHub client options

05 Sep 16:04
e5da67d

Choose a tag to compare

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

Initial release

05 Sep 13:22
a113cca

Choose a tag to compare