Skip to content

Commit

Permalink
fix: add missing Octokit import
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Tretter authored and GitHub committed Nov 13, 2020
1 parent e84bc6a commit 785a14a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import * as fs from 'fs'
import * as core from '@actions/core'
import * as github from '@actions/github'
import {Webhooks} from '@octokit/webhooks'
import type {Octokit} from '@octokit/rest'

import {Filter, FilterResults} from './filter'
import {File, ChangeStatus} from './file'
Expand Down

0 comments on commit 785a14a

Please sign in to comment.