We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486e7f9 commit c87ea4dCopy full SHA for c87ea4d
.github/workflows/pr-package-json-comment.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Comment on PR
42
if: steps.package-changes.outputs.changes_detected == 'true'
43
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
44
with:
45
script: |
46
const fs = require('fs');
0 commit comments