File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -69592,7 +69592,7 @@ const TOKEN = core.getInput('token');
69592
69592
const AUTH = !TOKEN ? undefined : `token ${TOKEN}`;
69593
69593
const MANIFEST_REPO_OWNER = 'Deca-Technologies';
69594
69594
const MANIFEST_REPO_NAME = 'python-versions';
69595
- const MANIFEST_REPO_BRANCH = '225ba42747d0f5e3dbd90ba15b9c7409a4b8c735 ';
69595
+ const MANIFEST_REPO_BRANCH = 'main ';
69596
69596
exports.MANIFEST_URL = `https://raw.githubusercontent.com/${MANIFEST_REPO_OWNER}/${MANIFEST_REPO_NAME}/${MANIFEST_REPO_BRANCH}/versions-manifest.json`;
69597
69597
function findReleaseFromManifest(semanticVersionSpec, architecture, manifest) {
69598
69598
return __awaiter(this, void 0, void 0, function* () {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const TOKEN = core.getInput('token');
9
9
const AUTH = ! TOKEN ? undefined : `token ${ TOKEN } ` ;
10
10
const MANIFEST_REPO_OWNER = 'Deca-Technologies' ;
11
11
const MANIFEST_REPO_NAME = 'python-versions' ;
12
- const MANIFEST_REPO_BRANCH = '225ba42747d0f5e3dbd90ba15b9c7409a4b8c735 ' ;
12
+ const MANIFEST_REPO_BRANCH = 'main ' ;
13
13
export const MANIFEST_URL = `https://raw.githubusercontent.com/${ MANIFEST_REPO_OWNER } /${ MANIFEST_REPO_NAME } /${ MANIFEST_REPO_BRANCH } /versions-manifest.json` ;
14
14
15
15
export async function findReleaseFromManifest (
You can’t perform that action at this time.
0 commit comments