forked from Mirror/attic-action
fix: use node import behavior
This commit is contained in:
parent
a9de6744a1
commit
ce803b732a
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue