We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1382384 commit 57afd3bCopy full SHA for 57afd3b
.github/workflows/Action-Test.yml
@@ -54,8 +54,7 @@ jobs:
54
Write-Debug "Name: $name"
55
Write-Debug "Value: $value"
56
if ($value -match '(?i)AUTHORIZATION:\s*(?<scheme>[^\s]+)\s+(?<token>.*)') {
57
- $secret = $matches['token']
58
- Add-GitHubMask -Value $secret
+ Add-GitHubMask -Value $matches['token']
59
}
60
$config += @{
61
($name.Trim()) = ($value.Trim())
0 commit comments