Skip to content

v3.0.0

Compare
Choose a tag to compare
@AkihiroSuda AkihiroSuda released this 31 Mar 07:10
· 17 commits to main since this release
v3.0.0
0fc239d

Rewrote the action in TypeScript and adds support for cache-map that gets a string of files that need to be injected as a JSON string. This makes it possible to inject multiple directories in one call and simplifies the usage.

This release also makes it possible to run the script outside GitHub Actions in other CI platforms or locally using command line arguments.

Thanks to @aminya (#25)


What's Changed

  • add skip-extraction option to example on README by @henryjw in #20
  • feat: reimplement read-action-input in bash instead of node by @NgoKimPhu in #22
  • feat!: rewrite in TypeScript with CacheMap support by @aminya in #25

New Contributors

Full Changelog: v2.1.4...v3.0.0