Skip to content

Commit eca46fa

Browse files
committed
s
1 parent bb43c30 commit eca46fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-outdated-packages-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
$header = $json.body.Substring($start, $end - $start)
4242
$hash = $header.Split("hash:")[1].Split("`n")[0].Trim();
4343
echo ISSUE_HASH=$hash >> $env:GITHUB_OUTPUT;
44-
echo ISSUE_NUMBER=$json.number >> $env:GITHUB_OUTPUT;
44+
echo ISSUE_NUMBER=$($json.number) >> $env:GITHUB_OUTPUT;
4545
# "ISSUE_HASH=$hash" | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding utf8 -Append;
4646
echo "Existing issue detected: `n - number: $($json.number)`n - hash: $hash";
4747
shell: pwsh

0 commit comments

Comments
 (0)