mirror of
https://github.com/actions/setup-python.git
synced 2025-06-30 22:53:49 +00:00
Merge 8f0a0b0eda
into e9c40fbc2b
This commit is contained in:
commit
f298cba881
5 changed files with 118 additions and 42 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