Skip to content
Compare
Choose a tag to compare
@JamesIves JamesIves released this 30 Aug 00:46
· 61 commits to releases/v2 since this release

What's Changed

  • Resolved an issue with the environment variable generated by the action. It is now named fetchApiData as opposed to fetch-api-data (invalid on Ubuntu). This is not considered a breaking change as this was broken to begin with. This part of the code is not frequently used and thus some iteration was expected here.
  • Added integration tests to ensure the functionality of the environment variables and step output persists cross versions.
  • Added action input that allows you to modify the environment variable name. This is called variable-name, and defaults to the standard fetchApiData name if unset. Details can be found in the project readme.
  • Properly called setOutput via @actions/core so you can now reference fetchApiData as an output step too should you choose. This was previously documented in the action.yml file but not actually called in code.
  • For working examples of the above you can view the action integration tests here.

Dependencies

Full Changelog: v2...v2.3.0