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 61a8ada commit c6bc244Copy full SHA for c6bc244
.github/workflows/licensecheck.yml
@@ -30,7 +30,7 @@ jobs:
30
steps:
31
- uses: actions/checkout@v5
32
if: github.event_name == 'push' || github.event_name == 'pull_request'
33
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
34
if: github.event_name == 'issue_comment'
35
id: get-pr
36
with:
0 commit comments