Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Jan 31, 2025
1 parent a746505 commit 9ac9c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2eTests/e2eTestHelper.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ function CommitAndPush {
)

if ($wait) {
$headers = GetHeader -token $token
$headers = GetHeaders -token $token
Write-Host "Get Previous runs"
$url = "https://api.github.com/repos/$repository/actions/runs"
$previousrunids = ((InvokeWebRequest -Method Get -Headers $headers -Uri $url -retry).Content | ConvertFrom-Json).workflow_runs | Where-Object { $_.event -eq 'push' } | Select-Object -ExpandProperty id
Expand Down

0 comments on commit 9ac9c77

Please sign in to comment.