You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ inputs:
13
13
architecture:
14
14
description: 'The target architecture (x86, x64) of the Python interpreter.'
15
15
token:
16
-
description: Used to pull python distributions from actions/python-versions. Since there's a default, this is typically not supplied by the user.
16
+
description: The token used to authenticate when to 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.
17
17
default: ${{ github.token }}
18
18
cache-dependency-path:
19
19
description: 'Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies.'
0 commit comments