mirror of
https://github.com/actions/setup-python.git
synced 2025-06-30 22:53:49 +00:00
Add cache-save: false
option
This commit is contained in:
parent
7e8faf07b9
commit
8f0a0b0eda
5 changed files with 85 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue