Skip to content

Commit 765f47d

Browse files
committed
chore: fix paths.
1 parent 51bbe8d commit 765f47d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/action.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as core from "@actions/core";
2-
import { ActionConfig, getConfig } from "../src/action";
2+
import { ActionConfig, getConfig } from "./action";
33

44
describe("Action", () => {
55
const workflowInputs = {

src/api.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
getWorkflowRunJobSteps,
1010
init,
1111
retryOrDie,
12-
} from "../src/api";
12+
} from "./api";
1313

1414
interface MockResponse {
1515
data: any;

0 commit comments

Comments
 (0)