Skip to content

Commit

Permalink
Fix file path in GitHub Actions workflow for comment posting
Browse files Browse the repository at this point in the history
  • Loading branch information
anitacaron committed Jan 27, 2025
1 parent aebaf6a commit 97b783d
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 97b783d

Please sign in to comment.