comments resolved

This commit is contained in:
Sourav Chanduka
2021-08-19 10:49:39 +05:30
parent 1f8d7b5a64
commit 09e9478907
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import * as fs from 'fs'
import * as os from 'os'
import * as path from 'path'
import * as core from '../src/core'
import { HttpClient } from '@actions/http-client'
import {HttpClient} from '@actions/http-client'
import {toCommandProperties} from '../src/utils'