Skip to content

Commit

Permalink
chore: fix issue analyzer (#9484)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Jan 11, 2023
1 parent ef35ee7 commit 4240e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4240e15

Please sign in to comment.