A Github Action to save and restore files across job runs directly in the runner's file system
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
The `dr-joy/action-local-cache` GitHub Action enables saving and restoring files across job runs directly in the runner's file system, making it ideal for workflows that use runners with persisted storage. It is designed to speed up workflows by caching dependencies like `node_modules`, avoiding repeated installations in subsequent runs. This action is best suited for self-hosted runners with persistent storage, as it does not work with ephemeral environments like GitHub-hosted or containerized runners.