This repository was archived by the owner on May 25, 2025. It is now read-only.
v1.10.0
Testing!
This release improves the CLI scaffold template with a new file: index.test.js. It outlines a pattern for testing GItHub Actions with actions-toolkit, leveraging Toolkit.run. Try it out with:
npx actions-toolkit <folder>
I'll be sharing some docs on this soon!
What’s Changed
- Fix publish workflow (#72) @JasonEtco
- Include test file in CLI scaffold (#73) @JasonEtco