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

+8-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

+2-2
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)