mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-19 03:31:07 +08:00
Instead of manually mocking, we can instead use `jest.fn()` and assert that the correct calls were made.
@actions/core
Core functions for setting results, logging, registering secrets and exporting variables across actions
Usage
See src/core.ts.