mirror of
https://github.com/actions/toolkit.git
synced 2026-08-21 00:00:16 +02:00
prettier
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user