Skip to content

Commit c2df72d

Browse files
committed
Remove unused imports
1 parent f0dbc07 commit c2df72d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

lib/init-action-post.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/init-action-post.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import * as core from "@actions/core";
99
import { getTemporaryDirectory, printDebugLogs } from "./actions-util";
1010
import { getGitHubVersion } from "./api-client";
1111
import * as debugArtifacts from "./debug-artifacts";
12-
import { EnvVar } from "./environment";
1312
import { Features } from "./feature-flags";
1413
import * as initActionPostHelper from "./init-action-post-helper";
1514
import { getActionsLogger } from "./logging";
@@ -19,7 +18,6 @@ import {
1918
sendStatusReport,
2019
createStatusReportBase,
2120
getActionsStatus,
22-
JobStatus,
2321
} from "./status-report";
2422
import {
2523
checkDiskUsage,

0 commit comments

Comments
 (0)