Skip to main content
The Deno 2 Release Candidate is here
Learn more

deno_actions_core

Deno port of the core package in github.com/actions/toolkit.

Getting Started

  1. Import the module:

    import * as core from "https://deno.land/x/deno_actions_core/mod.ts";
  2. Refer to the usage guide.

Contributing

Refer to the contributing guide.

Acknowledgments

This project was adapted from the core package in github.com/actions/toolkit, mainly by replacing Node-dependent functions with Deno equivalents. This includes documentation. File names, organization, and style have also changed to reflect that of a conventional Deno module. Note that the original MIT-licensed package was created by GitHub.

Copies of this codebase should preserve all included acknowledgments.

License

All contributions to this repository are licensed under MIT.