Releases: nick-fields/persist-action-data
Releases · nick-fields/persist-action-data
v1
minor: bump deps (#7)
Update @actions/core to latest
This action uses the exportVariable
function from @actions/core
. Under the hood, this function called the now deprecated set-env
command which as of today caused actions to start failing (GitHub announcement here).
Initial release of persist-action-data
This initial release allows data from one job to be easily persisted and loaded into other jobs. The data can then be accessed either by environment variable, or by step out.