New feature
Bootstrap a new action by running the following:
npx actions-toolkit <name>
This will give you a Dockerfile and a .js
file with actions-toolkit
ready to go.
What’s Changed
- Release 1.0.0 (#21) @JasonEtco
- Remove @octokit/webhooks (#22) @JasonEtco
- Add note about GraphQL requests (#23) @JasonEtco
- CLI to bootstrap new Actions (#24) @JasonEtco
- Release 1.1.0 (#25) @JasonEtco