Skip to content

Commit

Permalink
Fixed artifacts paths on prettier-comment-on-pr
Browse files Browse the repository at this point in the history
Signed-off-by: George Araújo <[email protected]>
  • Loading branch information
george-gca committed Jan 22, 2024
1 parent 4f34c14 commit 2c3893c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prettier-comment-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: PR comment with html diff
uses: thollander/actions-comment-pull-request@v2
with:
filePath: diff.html
pr_number: $(cat PR.txt)
filePath: HTML_Diff/diff.html
pr_number: $(cat PR/PR.txt)

0 comments on commit 2c3893c

Please sign in to comment.