We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9069d8 + 40b2209 commit 0a19011Copy full SHA for 0a19011
1 file changed
.github/workflows/nightly.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Create or comment on issue
33
if: failure()
34
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
35
with:
36
script: |
37
const issueTitle = 'Nightly Prettier Latest Test Failed';
0 commit comments