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
- Add LABELs to the Dockerfile (#26) @JasonEtco
- Release workflow (#29) @JasonEtco
- Add add-an-issue-reference-action to usage list (#31) @kentaro-m
- Add a key/value store in a file (#30) @JasonEtco