mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-07 16:49:03 +00:00
fix: add missing Octokit import
This commit is contained in:
parent
e84bc6af29
commit
785a14adbe
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue