You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/02/01 17:46:38 UTC

(superset) branch master updated: fix(ci): support action/script v5 breaking change v2 (#26969)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new b26f82e311 fix(ci): support action/script v5 breaking change v2 (#26969)
b26f82e311 is described below

commit b26f82e3114c81a25232d37613895ff8d3544ee6
Author: Daniel Vaz Gaspar <da...@gmail.com>
AuthorDate: Thu Feb 1 17:46:31 2024 +0000

    fix(ci): support action/script v5 breaking change v2 (#26969)
---
 .github/workflows/ephemeral-env.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ephemeral-env.yml b/.github/workflows/ephemeral-env.yml
index 5415b2ee79..c615fa7d7e 100644
--- a/.github/workflows/ephemeral-env.yml
+++ b/.github/workflows/ephemeral-env.yml
@@ -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,