Replace typed-rest-client with @actions/http-client

This commit is contained in:
Paul Merlin 2020-09-13 14:17:37 +02:00
parent cb2742a00b
commit 2efcc22ff5
4 changed files with 3 additions and 25 deletions

View file

@ -1,7 +1,7 @@
import * as fs from 'fs'
import * as os from 'os'
import * as path from 'path'
import * as httpm from 'typed-rest-client/HttpClient'
import * as httpm from '@actions/http-client'
import * as unzip from 'unzipper'
import * as core from '@actions/core'
import * as io from '@actions/io'