Skip to content

Commit

Permalink
fix: fixed imports within main
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jul 2, 2024
1 parent ab8dad9 commit bb001cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as core from "@actions/core";
import * as github from "@actions/github";
import { Octokit } from "@octokit/rest";
import { Value } from "@sinclair/typebox/build/cjs/value";
import { Value } from "@sinclair/typebox/value";
import { envSchema, pluginSettingsSchema, PluginInputs, pluginSettingsValidator } from "./types";
import { plugin } from "./plugin";

Expand Down

0 comments on commit bb001cf

Please sign in to comment.