fix(ci): support action/script v5 breaking change v2 (#26969)

This commit is contained in:
Daniel Vaz Gaspar 2024-02-01 17:46:31 +00:00 committed by GitHub
parent e6d2fb6fdf
commit b26f82e311
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ jobs:
with:
github-token: ${{github.token}}
script: |
github.issues.createComment({
github.rest.issues.createComment({
issue_number: ${{ github.event.issue.number }},
owner: context.repo.owner,
repo: context.repo.repo,