fix: use node import behavior
This commit is contained in:
parent
a9de6744a1
commit
ce803b732a
@ -1,6 +1,6 @@
|
|||||||
import { install } from "./stages/install";
|
import { install } from "./stages/install";
|
||||||
import { configure } from "./stages/configure";
|
import { configure } from "./stages/configure";
|
||||||
import { push } from "./stages/push.ts";
|
import { push } from "./stages/push";
|
||||||
import { getState, saveState } from "@actions/core";
|
import { getState, saveState } from "@actions/core";
|
||||||
|
|
||||||
const isPost = !!getState("isPost");
|
const isPost = !!getState("isPost");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user