v0.2.1-beta
Pre-release
Pre-release
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.