mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-17 07:58:27 +00:00
update build
This commit is contained in:
parent
53ede1b083
commit
1372a1cb2e
2 changed files with 2 additions and 2 deletions
2
dist/post_run/index.js
vendored
2
dist/post_run/index.js
vendored
|
|
@ -67778,7 +67778,7 @@ function fetchPatch() {
|
|||
if (onlyNewIssues !== `false` && onlyNewIssues !== `true`) {
|
||||
throw new Error(`invalid value of "only-new-issues": "${onlyNewIssues}", expected "true" or "false"`);
|
||||
}
|
||||
if (onlyNewIssues === `false`) {
|
||||
if (onlyNewIssues === `true`) {
|
||||
return ``;
|
||||
}
|
||||
const ctx = github.context;
|
||||
|
|
|
|||
2
dist/run/index.js
vendored
2
dist/run/index.js
vendored
|
|
@ -67778,7 +67778,7 @@ function fetchPatch() {
|
|||
if (onlyNewIssues !== `false` && onlyNewIssues !== `true`) {
|
||||
throw new Error(`invalid value of "only-new-issues": "${onlyNewIssues}", expected "true" or "false"`);
|
||||
}
|
||||
if (onlyNewIssues === `false`) {
|
||||
if (onlyNewIssues === `true`) {
|
||||
return ``;
|
||||
}
|
||||
const ctx = github.context;
|
||||
|
|
|
|||
Loading…
Reference in a new issue