Skip to content

Commit 782c008

Browse files
author
Richard Simko
committed
Fixed imports
1 parent e0e0164 commit 782c008

File tree

3 files changed

+36
-16
lines changed

3 files changed

+36
-16
lines changed

dist/main.js

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

dist/main.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.

src/main.ts

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 github from "@actions/github";
1+
import * as core from "@actions/core";
2+
import * as github from "@actions/github";
33

44
async function run() {
55
try {

0 commit comments

Comments
 (0)