mirror of
https://github.com/systemd/systemd.git
synced 2026-06-30 19:57:29 +00:00
ci: Update github-script action version to 8.0.0 in claude-review
This commit is contained in:
committed by
Daan De Meyer
parent
b1c446a0b0
commit
a9ac5cdf18
4
.github/workflows/claude-review.yml
vendored
4
.github/workflows/claude-review.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
|
||||
- name: Create or update tracking comment
|
||||
id: tracking
|
||||
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
|
||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
|
||||
with:
|
||||
script: |
|
||||
const owner = context.repo.owner;
|
||||
@@ -341,7 +341,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Post review comments
|
||||
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
|
||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
|
||||
env:
|
||||
STRUCTURED_OUTPUT: ${{ needs.review.outputs.structured_output }}
|
||||
REVIEW_RESULT: ${{ needs.review.result }}
|
||||
|
||||
Reference in New Issue
Block a user