Skip to content

Commit 0d04d0b

Browse files
committed
d
1 parent 59e86f8 commit 0d04d0b

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
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
issue:
18-
runs-on: ubuntu-latest
18+
runs-on: windows-latest
1919
permissions:
2020
issues: write
2121
env:
@@ -29,7 +29,7 @@ jobs:
2929

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

0 commit comments

Comments
 (0)