Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
angelapwen committed Jan 25, 2024
1 parent f0dbc07 commit c2df72d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/init-action-post.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/init-action-post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import * as core from "@actions/core";
import { getTemporaryDirectory, printDebugLogs } from "./actions-util";
import { getGitHubVersion } from "./api-client";
import * as debugArtifacts from "./debug-artifacts";
import { EnvVar } from "./environment";
import { Features } from "./feature-flags";
import * as initActionPostHelper from "./init-action-post-helper";
import { getActionsLogger } from "./logging";
Expand All @@ -19,7 +18,6 @@ import {
sendStatusReport,
createStatusReportBase,
getActionsStatus,
JobStatus,
} from "./status-report";
import {
checkDiskUsage,
Expand Down

0 comments on commit c2df72d

Please sign in to comment.