We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072a2e3 commit 3d11addCopy full SHA for 3d11add
src/main.ts
@@ -2,7 +2,6 @@ import * as core from '@actions/core';
2
import * as exec from '@actions/exec';
3
import * as installer from './installer';
4
import fs from 'fs';
5
-import * as child_process from 'child_process';
6
import * as auth from './authutil';
7
import * as path from 'path';
8
import {restoreCache} from './cache-restore';
0 commit comments