Skip to content

Commit cbf0e72

Browse files
Use import * as x
1 parent dbc826e commit cbf0e72

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

dist/index.js

Lines changed: 8 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import core from "@actions/core";
2-
import exec from "@actions/exec";
1+
import * as core from "@actions/core";
2+
import * as exec from "@actions/exec";
33
import os from "os";
44

55
export async function run() {

0 commit comments

Comments
 (0)