Skip to content

Commit 44b1023

Browse files
committed
d
1 parent f0d8bc4 commit 44b1023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929

3030
- name: check existing issue
3131
run: |
32-
$json = Invoke-Expression "gh issue list --search `"in:body *${{ env.REPORT_ID }}*`" --repo $GITHUB_REPOSITORY --app github-actions --state open --json id,number,body" | ConvertFrom-Json
33-
if($json.body -eq $null) {
32+
$json = gh issue list --search "in:body *${{ env.REPORT_ID }}*" --repo southworks/botbuilder-js --app github-actions --state open --json id,number,body | ConvertFrom-Json
33+
if($json.body -ne $null) {
3434
echo "ISSUE_NUMBER=$($json.number)" >> "$GITHUB_OUTPUT"
3535
exit 0
3636
}

0 commit comments

Comments
 (0)