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.
2 parents 168b299 + efb5100 commit 40c60d6Copy full SHA for 40c60d6
.github/workflows/upload-packages.yml
@@ -57,7 +57,7 @@ jobs:
57
while ($true)
58
{
59
$conclusion = gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" `
60
- "/repos/${{ github.repository }}/actions/runs/$(env:RUN_ID)" `
+ "/repos/${{ github.repository }}/actions/runs/$($env:RUN_ID)" `
61
| ConvertFrom-Json `
62
| % { $_.conclusion }
63
if ($null -ne $conclusion)
0 commit comments