Skip to content

Allows non-JavaScript steps to access the GitHub Actions cache

Notifications You must be signed in to change notification settings

eyecuelab/github-actions-cache-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions Cache Helper

This helper allows non-JavaScript steps to access the GitHub Actions cache.

It is necessary because GitHub Actions does not pass certain environment variables (e.g. ACTIONS_RUNTIME_TOKEN, ACTIONS_CACHE_URL) to scripts, only to JavaScript actions.

This action exports those variables so that they can be used in subsequent script tasks.

About

Allows non-JavaScript steps to access the GitHub Actions cache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors