Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoann Chaudet committed Jul 27, 2022
1 parent f64a106 commit d7e8b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sync_expected_output.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Start-Sleep -Seconds 5

# Lookup the run id (it is not perfect because of the APIs...)
Write-Host 'Lookup run id'
$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' }

# Wait for the workflow to finish
Write-Host "Wait for workflow $runId to complete"
Expand Down

0 comments on commit d7e8b2c

Please sign in to comment.