Skip to content

Commit 0e8b58f

Browse files
committed
wire up index
1 parent 856567b commit 0e8b58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const core = require('@actions/core');
2-
require('./action');
2+
const action = require('./action');
33

44
async function run() {
55
try {

0 commit comments

Comments
 (0)