We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1381b4b commit eb54b8dCopy full SHA for eb54b8d
src/dry-run.ts
@@ -1,4 +1,5 @@
1
import { GitHub } from "@actions/github/lib/utils";
2
+import * as core from '@actions/core';
3
4
interface updatedDependency {
5
old: string;
0 commit comments