Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7045e8f

Browse files
committed
Fix import.
1 parent feb9009 commit 7045e8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { readFileSync, readdirSync } from 'fs'
1010
import { createHash } from 'crypto'
1111
import { extname, join } from 'path'
1212
import { tmpdir } from 'os'
13-
import { GitHub } from '@actions/github/lib/utils.js'
13+
import { GitHub } from '@actions/github/lib/utils'
1414

1515
export async function exec(commandLine: string, args?: string[], options?: ExecOptions | undefined): Promise<void> {
1616
const exitCode = await e(commandLine, args, options)

0 commit comments

Comments
 (0)