Skip to content

Commit 4229e7d

Browse files
authored
fix: add missing core imports (#39)
1 parent faea9e7 commit 4229e7d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

debug.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import core from '@actions/core';
12
import { execFileSync } from 'node:child_process';
23

34
import { executeAction } from './src/index.js';

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import core from '@actions/core';
12
import { existsSync, readFileSync, unlinkSync, writeFileSync } from 'node:fs';
23
import path from 'node:path';
34

0 commit comments

Comments
 (0)