You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Properly called setOutput via @actions/core so you can now reference fetchApiData as an output step too should you choose.
For examples of the above you can view the action integration tests here.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What's Changed
fetchApiData
as opposed tofetch-api-data
(invalid on Ubuntu). This is not considered a breaking change as this was broken to begin with.variable-name
, and defaults to the standardfetchApiData
name if unset.@actions/core
so you can now referencefetchApiData
as an output step too should you choose.Dependencies
Full Changelog: v2...v2.3.0
This discussion was created from the release v2.3.0.
Beta Was this translation helpful? Give feedback.
All reactions