chore: fix issue analyzer (#9484)

This commit is contained in:
jrandolf 2023-01-11 12:41:14 +01:00 committed by GitHub
parent ef35ee7296
commit 4240e15f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ jobs:
run: npm install
- name: Analyze issue
id: issue-analysis
run: echo $ISSUE_BODY | ./analyze_issue.mjs >> $GITHUB_OUTPUT
run: echo $ISSUE_BODY | ./tools/analyze_issue.mjs >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@v3
with:
name: issue-files