Skip to content

v0.2.1-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@jaychang99 jaychang99 released this 14 Jul 09:43
· 28 commits to main since this release
087fec7

0.2.1-beta (July 14, 2024)

Below is a list of all new features, APIs, deprecations, and breaking changes.
PR: #14

New Features

  • None

Improvements

  • Define valid inputs in action.yml
  • Add default pull request template.

Other Changes

  • SHA is no longer being retrieved from process.env.GITHUB_SHA. This will be provided by the user manually in github actions configuration file.

Bug Fixes

  • Fix fetching openapi.json not working on 'push' event. (works fine on 'pull_request' event. )
  • Fix setting default value for openapi path error cause by core.getInput() always returning an empty string even when the value is not provided.