Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
chore: use type import
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Nov 13, 2021
1 parent e37c682 commit bda03a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/process.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {Context} from '@actions/github/lib/context';
import type {Context} from '@actions/github/lib/context';
import type {Octokit} from '@technote-space/github-action-helper/dist/types';
import type {Logger} from '@technote-space/github-action-log-helper';
import {setOutput, exportVariable, getInput} from '@actions/core';
import {Octokit} from '@technote-space/github-action-helper/dist/types';
import {Utils} from '@technote-space/github-action-helper';
import {Logger} from '@technote-space/github-action-log-helper';
import {components} from '@octokit/openapi-types';
import {CONCLUSIONS} from './constant';

Expand Down

0 comments on commit bda03a4

Please sign in to comment.