Skip to content

Commit

Permalink
qview-nightly: Fix checkver on pwsh <= 5
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 committed Jul 15, 2024
1 parent 2a41791 commit 48aa8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket/qview-nightly.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"script": [
"try {",
" $api = (Invoke-RestMethod 'https://api.github.com/repositories/123522764/actions/workflows/build.yml/runs?branch=master&status=success').workflow_runs[0]",
" ($api.id, $api.updated_at.ToString('yyyy-MM-dd'), $api.run_attempt) -join ' '",
" ($api.id, Get-Date $api.updated_at -Format 'yyyy-MM-dd', $api.run_attempt) -join ' '",
"}",
"catch { '' }"
],
Expand Down

0 comments on commit 48aa8c3

Please sign in to comment.