finmid/github-cache-actionis the repository that builds the action itself. It depends on thefinmid/github-actions-toolkitrepository that creates different action libraries.- Clone this repository and run
npm ito install the dependencies. - Clone the
finmid/github-actions-toolkitrepository in the root of this repository. This repository depends on the customized cache library of the toolkit you've just cloned. - Checkout
local-cachebranch of thegithub-actions-toolkitrepository and sync changes with the upstream. - Execute
npm i,npm run bootstrapandnpm run buildin thegithub-actions-toolkit. - Execute
npm run buildin this repository. As a result you should see new builds in thedistfolder.