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.
2 parents 7f1756f + cc74b59 commit bf861bbCopy full SHA for bf861bb
.github/workflows/verify-build.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Update PR Comment (Running)
34
if: github.event_name == 'pull_request'
35
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
36
with:
37
script: |
38
const { owner, repo } = context.repo;
@@ -88,7 +88,7 @@ jobs:
88
89
- name: Update PR Comment (Final Status)
90
91
92
93
94
0 commit comments