Skip to content

Commit

Permalink
refactor: use named import
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jun 27, 2024
1 parent ecf8e2f commit 17effbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { setTimeout } from 'node:timers/promises';
import { context, getOctokit } from '@actions/github';
import type { GitHub } from '@actions/github/lib/utils';
import got from 'got';
import { got } from 'got';
import { readBuffer, writeFile } from '../util';
import { getBinaryName } from './config';
import log from './logger';
Expand Down

0 comments on commit 17effbf

Please sign in to comment.