mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 22:11:15 +00:00
chore: generate
This commit is contained in:
parent
7b547992bc
commit
42ebe7fde9
2 changed files with 0 additions and 2 deletions
1
dist/post_run/index.js
generated
vendored
1
dist/post_run/index.js
generated
vendored
|
|
@ -89174,7 +89174,6 @@ async function fetchPatch() {
|
||||||
case `push`:
|
case `push`:
|
||||||
return await fetchPushPatch(ctx);
|
return await fetchPushPatch(ctx);
|
||||||
case `merge_group`:
|
case `merge_group`:
|
||||||
core.info(JSON.stringify(ctx.payload));
|
|
||||||
return ``;
|
return ``;
|
||||||
default:
|
default:
|
||||||
core.info(`Not fetching patch for showing only new issues because it's not a pull request context: event name is ${ctx.eventName}`);
|
core.info(`Not fetching patch for showing only new issues because it's not a pull request context: event name is ${ctx.eventName}`);
|
||||||
|
|
|
||||||
1
dist/run/index.js
generated
vendored
1
dist/run/index.js
generated
vendored
|
|
@ -89174,7 +89174,6 @@ async function fetchPatch() {
|
||||||
case `push`:
|
case `push`:
|
||||||
return await fetchPushPatch(ctx);
|
return await fetchPushPatch(ctx);
|
||||||
case `merge_group`:
|
case `merge_group`:
|
||||||
core.info(JSON.stringify(ctx.payload));
|
|
||||||
return ``;
|
return ``;
|
||||||
default:
|
default:
|
||||||
core.info(`Not fetching patch for showing only new issues because it's not a pull request context: event name is ${ctx.eventName}`);
|
core.info(`Not fetching patch for showing only new issues because it's not a pull request context: event name is ${ctx.eventName}`);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue