mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-11-01 04:08:54 +08:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			v6
			...
			testensure
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 8bc8944241 | 
| @@ -8,9 +8,9 @@ import {IS_WINDOWS, IS_LINUX} from './utils'; | |||||||
|  |  | ||||||
| const TOKEN = core.getInput('token'); | const TOKEN = core.getInput('token'); | ||||||
| const AUTH = !TOKEN ? undefined : `token ${TOKEN}`; | const AUTH = !TOKEN ? undefined : `token ${TOKEN}`; | ||||||
| const MANIFEST_REPO_OWNER = 'actions'; | const MANIFEST_REPO_OWNER = 'aparnajyothi-y'; | ||||||
| const MANIFEST_REPO_NAME = 'python-versions'; | const MANIFEST_REPO_NAME = 'python-versions'; | ||||||
| const MANIFEST_REPO_BRANCH = 'main'; | const MANIFEST_REPO_BRANCH = 'testensure'; | ||||||
| export const MANIFEST_URL = `https://raw.githubusercontent.com/${MANIFEST_REPO_OWNER}/${MANIFEST_REPO_NAME}/${MANIFEST_REPO_BRANCH}/versions-manifest.json`; | export const MANIFEST_URL = `https://raw.githubusercontent.com/${MANIFEST_REPO_OWNER}/${MANIFEST_REPO_NAME}/${MANIFEST_REPO_BRANCH}/versions-manifest.json`; | ||||||
|  |  | ||||||
| export async function findReleaseFromManifest( | export async function findReleaseFromManifest( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user