pantheon-systems / terminus-github-actions

A GitHub Action for setting up Pantheon's CLI tool, Terminus.
MIT License
16 stars 11 forks source link

Don't save the cache if cache is disabled #22

Closed llakala closed 2 months ago

llakala commented 3 months ago

Currently, the disable-cache option only affects the loading of the cache. The cache is still saved, regardless of the user's preference. This PR changes that, so disable-cache will also disable the saving of the cache.