We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37734f commit 18067a6Copy full SHA for 18067a6
.github/workflows/create-outdated-packages-issue.yml
@@ -66,7 +66,7 @@ jobs:
66
67
$($json.markdown)" | Out-File report.md
68
shell: pwsh
69
- working-directory: ${{ WORKING_DIR }}
+ working-directory: ${{ env.WORKING_DIR }}
70
env:
71
ISSUE_HASH: ${{ steps.check-existing-issue.outputs.ISSUE_HASH }}
72
@@ -80,7 +80,7 @@ jobs:
80
gh issue edit $env:ISSUE_NUMBER --body $content --repo ${{ github.repository }};
81
}
82
83
84
85
GH_TOKEN: ${{ github.token }}
86
ISSUE: ${{ github.event.issue.html_url }}
0 commit comments