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
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 thetc
variable to be able to reuse the tool-cache toolkit library