https://github.com/openvicproject/openvic-cache
https://github.com/openvicproject/openvic-cache
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openvicproject/openvic-cache
- Owner: OpenVicProject
- License: mit
- Created: 2023-09-22T23:33:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T10:57:15.000Z (4 months ago)
- Last Synced: 2025-03-03T11:39:30.264Z (4 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Workflow Configuration
### Action Inputs
| Input Name | Description | Type | Default | Required |
|-------------------|-----------------------------------|-----------|-------------------------------------------|----------|
| `cache-name` | The base name of the cache. | `string` | `${{github.job}}` | No |
| `base-branch` | The base branch for the cache. | `string` | `master` | No |
| `scons-cache` | The path of the scons cache. | `string` | `${{github.workspace}}/.scons-cache/` | No |