Skip to content

v1.2.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 02 Feb 21:22

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