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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ inputs:
16
16
default: ${{ github.token }}
17
17
cache-dependency-path:
18
18
description: 'Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies.'
19
+
ghes_token:
20
+
description: Used to pull python distributions from actions/python-versions when using Github Enterprise. This should be a github.com read only access token
21
+
default: ""
19
22
outputs:
20
23
python-version:
21
24
description: "The installed python version. Useful when given a version range as input."
0 commit comments