Skip to content

Commit

Permalink
fix: no such file or directory (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurosakishigure authored Dec 31, 2024
1 parent d1bc531 commit fee43f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/triage-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
consultation:
- { file: ".github/workflows/comments/pr-duplicate.md", label: "PR duplicate" }
- { file: ".github/workflows/comments/need-improvement.md", label: "need improvement" }
- { file: ".github/comments/pr-duplicate.md", label: "PR duplicate" }
- { file: ".github/comments/need-improvement.md", label: "need improvement" }
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit fee43f9

Please sign in to comment.