fix: use node import behavior

This commit is contained in:
Ryan Cao 2023-07-19 12:24:57 +08:00
parent a9de6744a1
commit ce803b732a
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
import { install } from "./stages/install";
import { configure } from "./stages/configure";
import { push } from "./stages/push.ts";
import { push } from "./stages/push";
import { getState, saveState } from "@actions/core";
const isPost = !!getState("isPost");