We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975bb4a commit ef69aa1Copy full SHA for ef69aa1
1 file changed
.github/actions/auth/src/index.ts
@@ -1,6 +1,6 @@
1
import type {AuthContextOutput} from './types.d.js'
2
import process from 'node:process'
3
-import core from '@actions/core'
+import * as core from '@actions/core'
4
import playwright from 'playwright'
5
6
export default async function () {
0 commit comments