Skip to content

Commit 18067a6

Browse files
committed
s
1 parent a37734f commit 18067a6

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
@@ -66,7 +66,7 @@ jobs:
6666
6767
$($json.markdown)" | Out-File report.md
6868
shell: pwsh
69-
working-directory: ${{ WORKING_DIR }}
69+
working-directory: ${{ env.WORKING_DIR }}
7070
env:
7171
ISSUE_HASH: ${{ steps.check-existing-issue.outputs.ISSUE_HASH }}
7272

@@ -80,7 +80,7 @@ jobs:
8080
gh issue edit $env:ISSUE_NUMBER --body $content --repo ${{ github.repository }};
8181
}
8282
shell: pwsh
83-
working-directory: ${{ WORKING_DIR }}
83+
working-directory: ${{ env.WORKING_DIR }}
8484
env:
8585
GH_TOKEN: ${{ github.token }}
8686
ISSUE: ${{ github.event.issue.html_url }}

0 commit comments

Comments
 (0)