Skip to content

Commit eb0a4b5

Browse files
committed
Check DSN
1 parent e183ba8 commit eb0a4b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-demo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
if ($exePath) {
2929
Write-Output "Found executable: $($exePath.FullName)"
3030
$startTime = Get-Date
31+
Write-Output "DSN length: $('${{ secrets.DSN }}'.Length)"
3132
$argumentList = "-dsn","${{ secrets.DSN }}"
3233
Start-Process -FilePath $exePath -ArgumentList $argumentList -Wait -PassThru -NoNewWindow
3334
$endTime = Get-Date

0 commit comments

Comments
 (0)