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 f64a106 commit d7e8b2cCopy full SHA for d7e8b2c
bin/sync_expected_output.ps1
@@ -68,7 +68,7 @@ Start-Sleep -Seconds 5
68
69
# Lookup the run id (it is not perfect because of the APIs...)
70
Write-Host 'Lookup run id'
71
-$runId = Invoke-Command { & gh run list --workflow $workflow --branch $ref --limit 100 --json databaseId --jq '.[].databaseId' }
+$runId = Invoke-Command { & gh run list --workflow $workflow --branch $ref --limit 1 --json databaseId --jq '.[].databaseId' }
72
73
# Wait for the workflow to finish
74
Write-Host "Wait for workflow $runId to complete"
0 commit comments