3
0
Fork 0
mirror of https://gitea.com/actions/setup-python.git synced 2024-11-25 11:39:34 +01:00

Get from inputs

This commit is contained in:
Gable Brown 2023-08-24 00:04:56 -07:00 committed by GitHub
parent b82c468c3c
commit 3910d2645d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ inputs:
default: "https://raw.githubusercontent.com"
token:
description: "The token used to authenticate when fetching Python distributions from https://github.com/actions/python-versions. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting."
default: ${{ github.github_api_url == github_api_url && github.token || '' }}
default: ${{ github.github_api_url == inputs.github_api_url && 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."
update-environment: