mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-28 20:00:51 -07:00
Fix wrong variable given to script
This commit is contained in:
parent
8a170ae5f9
commit
dca3cb2cca
1 changed files with 2 additions and 2 deletions
4
.github/workflows/printer-linter-pr-post.yml
vendored
4
.github/workflows/printer-linter-pr-post.yml
vendored
|
|
@ -99,7 +99,7 @@ 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
|
||||
|
|
@ -107,5 +107,5 @@ jobs:
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue