github JasonEtco/actions-toolkit v1.2.0

latest releases: v6.0.1, v6.0.0, v5.0.0...
5 years ago

New features

tools.store

Your actions can store information in a file that is passed to the next actions in a workflow. It's a modified instance of flat-cache - note that the API is a little different:

tools.store.get('foo')
tools.store.set('foo', 'bar')

What’s Changed

Don't miss a new actions-toolkit release

NewReleases is sending notifications on new releases.