We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/core
1 parent 686453b commit 43dc21dCopy full SHA for 43dc21d
1 file changed
.github/actions/file/src/index.ts
@@ -1,6 +1,6 @@
1
import type {Finding, ResolvedFiling, RepeatedFiling} from './types.d.js'
2
import process from 'node:process'
3
-import core from '@actions/core'
+import * as core from '@actions/core'
4
import {Octokit} from '@octokit/core'
5
import {throttling} from '@octokit/plugin-throttling'
6
import {Issue} from './Issue.js'
0 commit comments