actions-marketplace-validations/Cache Anything New
Catch a series of commands then it will check for the new files generated and it should cache those.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| script | Create your bash script to execute the commands. They will be generated files and it will stored in the cached. | yes | — |
| is_cached | Boolean value to check if the cache was created. | yes | — |
| cache | directory where the new detected files will be stored. It should be the same as the `actions/cache` `path`. | yes | — |
| snapshot | The path of the scanner entry point, recommended the main path (/). | no | / |
| exclude | Exclude directories or files during the scanner. Separate with spaces ( ). | no | /boot /data /dev /mnt /proc /run /sys |
Outputs
no outputs