Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Feb 13, 2024
1 parent 412d83d commit 32abceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as core from '@actions/core';
import { promises as fs } from 'fs';
import path from 'path';
import util from 'util';
import { ChildProcess, exec } from 'child_process';
import { exec } from 'child_process';
import { env } from 'process';

const asyncExec = util.promisify(exec);
Expand Down

0 comments on commit 32abceb

Please sign in to comment.