actions / github-script

Write workflows scripting the GitHub API in JavaScript
MIT License
4.24k stars 424 forks source link

Add the @actions/tool-cache package #450

Open patricioperezv opened 10 months ago

patricioperezv commented 10 months ago

Adding the @actions/tool-cache package is useful for providing non javascript/typescript actions some abilities around tool caching (i.e i could use the github-script action to download/extract tools from composite actions). This adds the tc variable to be able to reuse the tool-cache toolkit library