mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-16 23:48:27 +00:00
chore: generate
This commit is contained in:
parent
a408f5e243
commit
a6cec161d0
2 changed files with 8 additions and 8 deletions
8
dist/post_run/index.js
vendored
8
dist/post_run/index.js
vendored
|
|
@ -66312,18 +66312,18 @@ var Inputs;
|
||||||
Inputs["Key"] = "key";
|
Inputs["Key"] = "key";
|
||||||
Inputs["Path"] = "path";
|
Inputs["Path"] = "path";
|
||||||
Inputs["RestoreKeys"] = "restore-keys";
|
Inputs["RestoreKeys"] = "restore-keys";
|
||||||
})(Inputs = exports.Inputs || (exports.Inputs = {}));
|
})(Inputs || (exports.Inputs = Inputs = {}));
|
||||||
var State;
|
var State;
|
||||||
(function (State) {
|
(function (State) {
|
||||||
State["CachePrimaryKey"] = "CACHE_KEY";
|
State["CachePrimaryKey"] = "CACHE_KEY";
|
||||||
State["CacheMatchedKey"] = "CACHE_RESULT";
|
State["CacheMatchedKey"] = "CACHE_RESULT";
|
||||||
})(State = exports.State || (exports.State = {}));
|
})(State || (exports.State = State = {}));
|
||||||
var Events;
|
var Events;
|
||||||
(function (Events) {
|
(function (Events) {
|
||||||
Events["Key"] = "GITHUB_EVENT_NAME";
|
Events["Key"] = "GITHUB_EVENT_NAME";
|
||||||
Events["Push"] = "push";
|
Events["Push"] = "push";
|
||||||
Events["PullRequest"] = "pull_request";
|
Events["PullRequest"] = "pull_request";
|
||||||
})(Events = exports.Events || (exports.Events = {}));
|
})(Events || (exports.Events = Events = {}));
|
||||||
exports.RefKey = "GITHUB_REF";
|
exports.RefKey = "GITHUB_REF";
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -66405,7 +66405,7 @@ var InstallMode;
|
||||||
(function (InstallMode) {
|
(function (InstallMode) {
|
||||||
InstallMode["Binary"] = "binary";
|
InstallMode["Binary"] = "binary";
|
||||||
InstallMode["GoInstall"] = "goinstall";
|
InstallMode["GoInstall"] = "goinstall";
|
||||||
})(InstallMode = exports.InstallMode || (exports.InstallMode = {}));
|
})(InstallMode || (exports.InstallMode = InstallMode = {}));
|
||||||
const printOutput = (res) => {
|
const printOutput = (res) => {
|
||||||
if (res.stdout) {
|
if (res.stdout) {
|
||||||
core.info(res.stdout);
|
core.info(res.stdout);
|
||||||
|
|
|
||||||
8
dist/run/index.js
vendored
8
dist/run/index.js
vendored
|
|
@ -66312,18 +66312,18 @@ var Inputs;
|
||||||
Inputs["Key"] = "key";
|
Inputs["Key"] = "key";
|
||||||
Inputs["Path"] = "path";
|
Inputs["Path"] = "path";
|
||||||
Inputs["RestoreKeys"] = "restore-keys";
|
Inputs["RestoreKeys"] = "restore-keys";
|
||||||
})(Inputs = exports.Inputs || (exports.Inputs = {}));
|
})(Inputs || (exports.Inputs = Inputs = {}));
|
||||||
var State;
|
var State;
|
||||||
(function (State) {
|
(function (State) {
|
||||||
State["CachePrimaryKey"] = "CACHE_KEY";
|
State["CachePrimaryKey"] = "CACHE_KEY";
|
||||||
State["CacheMatchedKey"] = "CACHE_RESULT";
|
State["CacheMatchedKey"] = "CACHE_RESULT";
|
||||||
})(State = exports.State || (exports.State = {}));
|
})(State || (exports.State = State = {}));
|
||||||
var Events;
|
var Events;
|
||||||
(function (Events) {
|
(function (Events) {
|
||||||
Events["Key"] = "GITHUB_EVENT_NAME";
|
Events["Key"] = "GITHUB_EVENT_NAME";
|
||||||
Events["Push"] = "push";
|
Events["Push"] = "push";
|
||||||
Events["PullRequest"] = "pull_request";
|
Events["PullRequest"] = "pull_request";
|
||||||
})(Events = exports.Events || (exports.Events = {}));
|
})(Events || (exports.Events = Events = {}));
|
||||||
exports.RefKey = "GITHUB_REF";
|
exports.RefKey = "GITHUB_REF";
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -66405,7 +66405,7 @@ var InstallMode;
|
||||||
(function (InstallMode) {
|
(function (InstallMode) {
|
||||||
InstallMode["Binary"] = "binary";
|
InstallMode["Binary"] = "binary";
|
||||||
InstallMode["GoInstall"] = "goinstall";
|
InstallMode["GoInstall"] = "goinstall";
|
||||||
})(InstallMode = exports.InstallMode || (exports.InstallMode = {}));
|
})(InstallMode || (exports.InstallMode = InstallMode = {}));
|
||||||
const printOutput = (res) => {
|
const printOutput = (res) => {
|
||||||
if (res.stdout) {
|
if (res.stdout) {
|
||||||
core.info(res.stdout);
|
core.info(res.stdout);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue