This repository was archived by the owner on May 25, 2025. It is now read-only.
v1.7.0: CLI Magic
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