Skip to content

Commit

Permalink
Merge pull request #19154 from Ultimaker/fix-printer-linter-injection
Browse files Browse the repository at this point in the history
Self-merging to test the script
  • Loading branch information
wawanbreton authored May 28, 2024
2 parents ef610de + 22bcb45 commit d9adc5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/printer-linter-pr-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ jobs:
if: env.commentFileExists == 'true'
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ env.pr_id }}
issue-number: ${{ env.PR_ID }}
body-path: 'printer-linter-result/comment.md'

- name: Run clang-tidy-pr-comments action
uses: platisd/clang-tidy-pr-comments@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
clang_tidy_fixes: printer-linter-result/fixes.yml
pull_request_id: ${{ env.pr_id }}
pull_request_id: ${{ env.PR_ID }}
request_changes: true

0 comments on commit d9adc5d

Please sign in to comment.