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

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,