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:
Tam Mach
2020-10-12 04:39:48 +11:00
committed by GitHub
parent ba0e91ca3a
commit 54a84d46fb
4 changed files with 197 additions and 62 deletions

View File

@ -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 {