Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openvicproject/openvic-cache
https://github.com/openvicproject/openvic-cache
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/openvicproject/openvic-cache
- Owner: OpenVicProject
- License: mit
- Created: 2023-09-22T23:33:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-29T17:41:37.000Z (11 months ago)
- Last Synced: 2024-01-29T21:02:37.269Z (11 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 4
- 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 |