Action to setup dependencies cache managment.
- uses: hoverkraft-tech/ci-github-nodejs/actions/dependencies-cache@ce2bb8274a37c1219be2bcae2a1b2528c2c72957 # 0.19.0
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: .| 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. |
Contributions are welcome! Please see the contributing guidelines for more details.
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.