- upgrade dependencies

- recompile dist
- fix eslint errors, update eslint rules
This commit is contained in:
Mike Penz
2021-08-14 18:07:18 +02:00
parent 0f11745197
commit 6a2da2fa89
13 changed files with 2131 additions and 779 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import moment from 'moment'
import * as core from '@actions/core'
import {Octokit, RestEndpointMethodTypes} from '@octokit/rest'
import moment from 'moment'
export interface CommitInfo {
sha: string