Skip to content

Commit

Permalink
Fix file path in GitHub Actions workflow for comment posting (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
anitacaron authored Jan 27, 2025
1 parent 1766963 commit 5073c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
if: steps.check.outputs.triggered == 'true'
uses: NejcZdovc/[email protected]
with:
file: "../../edit-comment.md"
file: "edit-comment.md"
github_token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 5073c7b

Please sign in to comment.