Skip to content

Releases: actions/github-script

Add GitHub client options

05 Sep 16:04
e5da67d
Compare
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
Compare
Choose a tag to compare