We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c4b62 commit ae33a1aCopy full SHA for ae33a1a
.github/workflows/_helpers.ts
@@ -1,6 +1,6 @@
1
-import { action, Job, JobConfig } from "ghats";
+import { action, Job, NormalJobConfig } from "ghats";
2
3
-export type SetupJobConfig = Omit<JobConfig, "runsOn"> & {
+export type SetupJobConfig = Omit<NormalJobConfig, "runsOn"> & {
4
withBun?: boolean;
5
};
6
0 commit comments