Skip to content

Commit eb54b8d

Browse files
committed
feat: add core import to dry-run.ts for enhanced functionality
1 parent 1381b4b commit eb54b8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dry-run.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { GitHub } from "@actions/github/lib/utils";
2+
import * as core from '@actions/core';
23

34
interface updatedDependency {
45
old: string;

0 commit comments

Comments
 (0)