mirror of https://github.com/actions/toolkit
prettier
parent
671bf1ebd5
commit
6adf053d36
|
@ -9,7 +9,7 @@ import {
|
||||||
DownloadArtifactResponse
|
DownloadArtifactResponse
|
||||||
} from '../shared/interfaces'
|
} from '../shared/interfaces'
|
||||||
import {getUserAgentString} from '../shared/user-agent'
|
import {getUserAgentString} from '../shared/user-agent'
|
||||||
import { getGitHubWorkspaceDir } from '../shared/config'
|
import {getGitHubWorkspaceDir} from '../shared/config'
|
||||||
|
|
||||||
const scrubQueryParameters = (url: string): string => {
|
const scrubQueryParameters = (url: string): string => {
|
||||||
const parsed = new URL(url)
|
const parsed = new URL(url)
|
||||||
|
|
Loading…
Reference in New Issue