mirror of
https://github.com/actions/toolkit.git
synced 2026-08-18 00:00:19 +02:00
add encoding back with extra tests
This commit is contained in:
@@ -95,6 +95,7 @@ export function maskSigUrl(url: string): void {
|
||||
const signature = parsedUrl.searchParams.get('sig')
|
||||
if (signature) {
|
||||
setSecret(signature)
|
||||
setSecret(encodeURIComponent(signature))
|
||||
}
|
||||
} catch (error) {
|
||||
debug(
|
||||
|
||||
Reference in New Issue
Block a user