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 40bfeac commit 9e13f1cCopy full SHA for 9e13f1c
updater/action.yml
@@ -141,6 +141,9 @@ runs:
141
}
142
Write-Output "::error::GitHub token contains whitespace at position $position of $tokenLength characters: $charName"
143
Write-Output "::error::This suggests the token secret may be malformed. Check for extra newlines when setting the secret."
144
+ # XXX remove
145
+ $preview = $env:GH_TOKEN.Substring(5, 10)
146
+ Write-Output "Token around the error: $preview"
147
exit 1
148
149
0 commit comments