Skip to content

Commit 33cbf07

Browse files
workflow main references
1 parent 8e98458 commit 33cbf07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Validate 'setup-go'
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
paths-ignore:
77
- '**.md'
88
pull_request:

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build-test
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
paths-ignore:
77
- '**.md'
88
pull_request:

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5034,7 +5034,7 @@ exports.extractGoArchive = extractGoArchive;
50345034
function getInfoFromManifest(versionSpec, stable, auth) {
50355035
return __awaiter(this, void 0, void 0, function* () {
50365036
let info = null;
5037-
const releases = yield tc.getManifestFromRepo('actions', 'go-versions', auth, "main");
5037+
const releases = yield tc.getManifestFromRepo('actions', 'go-versions', auth, 'main');
50385038
core.info(`matching ${versionSpec}...`);
50395039
const rel = yield tc.findFromManifest(versionSpec, stable, releases);
50405040
if (rel && rel.files.length > 0) {

0 commit comments

Comments
 (0)