This release adds the ability to configure a custom sleep option. Once cacheract runs, it will sleep for the specified number of seconds (set to 15 seconds by default). This will be useful in cases where you need to do something with a more privileged GITHUB_TOKEN. Since cacheract runs at the end of workflows, there isn't enough time to use it for privilege escalation. Setting it to a minute allows for a quick manual action (such as clearing additional cache entries, issuing workflow events, etc.).
What's Changed
- Add custom sleep option. by @AdnaneKhan in #6
- Move static action.yml contents to a different ts file by @AdnaneKhan in #5
Full Changelog: 0.1.0...0.1.1