mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-04-15 16:25:45 +00:00
chore(dist): Update dist directory after few dependent bot PRs (#99)
This commit is to update dist directory after few dependent bot PRs Signed-off-by: Tam Mach <sayboras@yahoo.com>
This commit is contained in:
parent
ba0e91ca3a
commit
54a84d46fb
4 changed files with 197 additions and 62 deletions
|
|
@ -38,7 +38,6 @@ async function fetchPatch(): Promise<string> {
|
|||
core.warning(`No pull request in context`)
|
||||
return ``
|
||||
}
|
||||
|
||||
const octokit = github.getOctokit(core.getInput(`github-token`, { required: true }))
|
||||
let patch: string
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue