Enhanced CLI
This release introduces a wonderfully enhanced CLI tool for creating a new GitHub Action, courtesy of @macklinu. Check out #57 for the full details ✨ You can run it through npx
:
npx actions-toolkit my-action
What’s Changed
- Use logger in exit (#64) @JasonEtco
- Create CLI questionnaire (#57) @macklinu