GitHub Action: Dependencies cache
Overview
Action to setup dependencies cache managment.
Usage
- uses: hoverkraft-tech/ci-github-nodejs/actions/dependencies-cache@4d7c1ed87c18493fc4c2dbae4dbde46cf251c9a7 # 0.16.1
with:
# List of dependencies for which the cache should be managed.
# This input is required.
dependencies: ""
# Working directory where the dependencies are installed.
# Can be absolute or relative to the repository root.
#
# Default: `.`
working-directory: .
Inputs
| Input | Description | Required | Default |
|---|---|---|---|
dependencies |
List of dependencies for which the cache should be managed. | true | - |
working-directory |
Working directory where the dependencies are installed. | false | . |
| Can be absolute or relative to the repository root. |
Contributing
Contributions are welcome! Please see the contributing guidelines for more details.
License
This project is licensed under the MIT License.
SPDX-License-Identifier: MIT
Copyright © 2025 Hoverkraft
For more details, see the license.
This documentation was automatically generated by CI Dokumentor.