Skip to content

Commit ae33a1a

Browse files
committed
chore: Fix setupJob
1 parent 95c4b62 commit ae33a1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_helpers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { action, Job, JobConfig } from "ghats";
1+
import { action, Job, NormalJobConfig } from "ghats";
22

3-
export type SetupJobConfig = Omit<JobConfig, "runsOn"> & {
3+
export type SetupJobConfig = Omit<NormalJobConfig, "runsOn"> & {
44
withBun?: boolean;
55
};
66

0 commit comments

Comments
 (0)