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 Jun 1, 2022
1 parent 744bb25 commit d036437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
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 type { components } from '@octokit/openapi-types';
import { setOutput, exportVariable, getInput } from '@actions/core';
import { Utils } from '@technote-space/github-action-helper';
import { components } from '@octokit/openapi-types';
import { CONCLUSIONS } from './constant';

type ActionsListJobsForWorkflowRunResponseData = components['schemas']['job'];
Expand Down

0 comments on commit d036437

Please sign in to comment.