mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
fix(ci): support action/script v5 breaking change v2 (#26969)
This commit is contained in:
committed by
GitHub
parent
e6d2fb6fdf
commit
b26f82e311
2
.github/workflows/ephemeral-env.yml
vendored
2
.github/workflows/ephemeral-env.yml
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user