We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66d224f + b1e6d97 commit cbb9390Copy full SHA for cbb9390
1 file changed
.github/workflows/agent-review.yml
@@ -88,7 +88,7 @@ jobs:
88
89
- name: Post Comment
90
if: steps.diff.outputs.has_changes == 'true'
91
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
92
with:
93
script: |
94
const fs = require('fs');
0 commit comments