Skip to content

Commit ef69aa1

Browse files
authored
Fix import for ESM
1 parent 975bb4a commit ef69aa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/auth/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type {AuthContextOutput} from './types.d.js'
22
import process from 'node:process'
3-
import core from '@actions/core'
3+
import * as core from '@actions/core'
44
import playwright from 'playwright'
55

66
export default async function () {

0 commit comments

Comments
 (0)