- 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;
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 }}