This commit is contained in:
Aarni Koskela 2025-06-20 22:58:59 +01:00 committed by GitHub
commit f298cba881
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 118 additions and 42 deletions

View file

@ -20,6 +20,9 @@ inputs:
default: ${{ github.server_url == 'https://github.com' && github.token || '' }}
cache-dependency-path:
description: "Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies."
cache-save:
description: "Set this option if you want the action to save the cache after the run. Defaults to true. It can be useful to set this to false if you have e.g. optional dependencies that only some workflows require, and they should not be cached."
default: true
update-environment:
description: "Set this option if you want the action to update environment variables."
default: true