fix(ci): fix action script v7 breaking changes v2 (#27040)

This commit is contained in:
Daniel Vaz Gaspar
2024-02-07 16:26:54 +00:00
committed by GitHub
parent 01e2f8ace3
commit 918057e6c7
2 changed files with 6 additions and 6 deletions

View File

@@ -273,7 +273,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,