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 e183ba8 commit eb0a4b5Copy full SHA for eb0a4b5
.github/workflows/run-demo.yml
@@ -28,6 +28,7 @@ jobs:
28
if ($exePath) {
29
Write-Output "Found executable: $($exePath.FullName)"
30
$startTime = Get-Date
31
+ Write-Output "DSN length: $('${{ secrets.DSN }}'.Length)"
32
$argumentList = "-dsn","${{ secrets.DSN }}"
33
Start-Process -FilePath $exePath -ArgumentList $argumentList -Wait -PassThru -NoNewWindow
34
$endTime = Get-Date
0 commit comments