mirror of
https://github.com/actions/toolkit.git
synced 2026-08-14 00:00:18 +02:00
add encoding back with extra tests
This commit is contained in:
+1
@@ -24,6 +24,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